API Reference
Cmdlet
New-ConfigurationDotNetProject
Creates a project catalog entry for DotNet publish DSL.
Remarks
Creates a project catalog entry for DotNet publish DSL.
Examples
Create a project catalog item
New-ConfigurationDotNetProject -Id 'service' -Path 'src/My.Service/My.Service.csproj' -Group 'apps'
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-ConfigurationDotNetProject [-Group <String>] -Id <String> -Path <String> [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Group String
- Optional grouping label.
- Id String
- Project identifier used by targets and installers.
- Path String
- Path to project file.
Outputs
PowerForge.DotNetPublishProject