Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 1.87 KB

File metadata and controls

91 lines (69 loc) · 1.87 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

New-ConfigurationDotNetProject

SYNOPSIS

Creates a project catalog entry for DotNet publish DSL.

SYNTAX

__AllParameterSets

New-ConfigurationDotNetProject -Id <string> -Path <string> [-Group <string>] [<CommonParameters>]

DESCRIPTION

Creates a project catalog entry for DotNet publish DSL.

EXAMPLES

EXAMPLE 1

New-ConfigurationDotNetProject -Id 'service' -Path 'src/My.Service/My.Service.csproj' -Group 'apps'

PARAMETERS

-Group

Optional grouping label.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Id

Project identifier used by targets and installers.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Path

Path to project file.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • PowerForge.DotNetPublishProject

RELATED LINKS

  • None