API Reference
Command
New-ConfigurationProjectOutput
Creates output-root and staging defaults for a PowerShell-authored project build.
Remarks
Creates output-root and staging defaults for a PowerShell-authored project build.
Examples
EXAMPLE 1
New-ConfigurationProjectOutput -ChecksumsPath 'C:\Path'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ConfigurationProjectOutput [-ChecksumsPath <String>] [-ManifestJsonPath <String>] [-NoChecksums] [-OutputRoot <String>] [-StageRoot <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- ChecksumsPath String
- Optional unified release checksums path.
- ManifestJsonPath String
- Optional unified release manifest path.
- NoChecksums SwitchParameter
- Disables top-level release checksum generation.
- OutputRoot String
- Optional DotNetPublish output-root override.
- StageRoot String
- Optional unified release staging root.
Outputs
PowerForge.ConfigurationProjectOutput