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-ConfigurationProjectOutput

Namespace PSPublishModule
Inputs
None
Outputs
PowerForge.ConfigurationProjectOutput

Creates output-root and staging defaults for a PowerShell-authored project build.

Remarks

Creates output-root and staging defaults for a PowerShell-authored project build.

Examples

Authored help example

EXAMPLE 1


New-ConfigurationProjectOutput -ChecksumsPath 'C:\Path'
        

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-ConfigurationProjectOutput [-ChecksumsPath <String>] [-ManifestJsonPath <String>] [-NoChecksums] [-OutputRoot <String>] [-StageRoot <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

ChecksumsPath String optionalposition: namedpipeline: False
Optional unified release checksums path.
ManifestJsonPath String optionalposition: namedpipeline: False
Optional unified release manifest path.
NoChecksums SwitchParameter optionalposition: namedpipeline: False
Disables top-level release checksum generation.
OutputRoot String optionalposition: namedpipeline: False
Optional DotNetPublish output-root override.
StageRoot String optionalposition: namedpipeline: False
Optional unified release staging root.

Outputs

PowerForge.ConfigurationProjectOutput