Evotec

Project

PSPublishModule

PSPublishModule is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars 43
Forks 13
Open issues 1
PowerShell Gallery downloads 13,876
Release v3.0.3
Language: C# Updated: 2026-04-14

API Reference

Cmdlet

New-ConfigurationDotNetProject

Namespace PSPublishModule
Inputs
None
Outputs
PowerForge.DotNetPublishProject

Creates a project catalog entry for DotNet publish DSL.

Remarks

Creates a project catalog entry for DotNet publish DSL.

Examples

Authored help example

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 Sets

Parameters

Group String optionalposition: namedpipeline: False
Optional grouping label.
Id String requiredposition: namedpipeline: False
Project identifier used by targets and installers.
Path String requiredposition: namedpipeline: False
Path to project file.

Outputs

PowerForge.DotNetPublishProject