| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Creates a PowerShell-first project/release object for the unified PowerForge release engine.
New-ConfigurationProject -Name <string> -Target <ConfigurationProjectTarget[]> [-ProjectRoot <string>] [-Release <ConfigurationProjectRelease>] [-Workspace <ConfigurationProjectWorkspace>] [-Signing <ConfigurationProjectSigning>] [-Output <ConfigurationProjectOutput>] [-Installer <ConfigurationProjectInstaller[]>] [<CommonParameters>]Creates a PowerShell-first project/release object for the unified PowerForge release engine.
New-ConfigurationProject -Name 'Name' -Target @('Value')Optional installers.
Type: ConfigurationProjectInstaller[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueFriendly project name.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional output defaults.
Type: ConfigurationProjectOutput
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional project root used for resolving relative paths.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional release-level defaults.
Type: ConfigurationProjectRelease
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional signing defaults.
Type: ConfigurationProjectSigning
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueProject targets.
Type: ConfigurationProjectTarget[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional workspace defaults.
Type: ConfigurationProjectWorkspace
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
PowerForge.ConfigurationProject
- None