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

Command

New-ConfigurationProjectRelease

Namespace PSPublishModule
Inputs
None
Outputs
PowerForge.ConfigurationProjectRelease

Creates release-level defaults for a PowerShell-authored project build.

Remarks

Creates release-level defaults for a PowerShell-authored project build.

Examples

Authored help example

EXAMPLE 1


New-ConfigurationProjectRelease -Configuration 'Value'
        

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-ConfigurationProjectRelease [-Configuration <String>] [-PublishToolGitHub] [-SkipBuild] [-SkipRestore] [-SkipToolOutput <Tool|Portable|Installer|Store>] [-ToolOutput <Tool|Portable|Installer|Store>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Configuration String optionalposition: namedpipeline: False
Build configuration used by the generated release object.
PublishToolGitHub SwitchParameter optionalposition: namedpipeline: False
Enables tool/app GitHub release publishing by default for this release object.
SkipBuild SwitchParameter optionalposition: namedpipeline: False
Skips build operations by default for DotNetPublish-backed tool/app flows.
SkipRestore SwitchParameter optionalposition: namedpipeline: False
Skips restore operations by default for DotNetPublish-backed tool/app flows.
SkipToolOutput ConfigurationProjectReleaseOutputType[] optionalposition: namedpipeline: Falsevalues: 4
Optional default release output exclusion.
Possible values: Tool, Portable, Installer, Store
ToolOutput ConfigurationProjectReleaseOutputType[] optionalposition: namedpipeline: Falsevalues: 4
Optional default release output selection.
Possible values: Tool, Portable, Installer, Store

Outputs

PowerForge.ConfigurationProjectRelease