Skip to content

Latest commit

 

History

History
123 lines (95 loc) · 2.57 KB

File metadata and controls

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

New-ConfigurationProjectOutput

SYNOPSIS

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

SYNTAX

__AllParameterSets

New-ConfigurationProjectOutput [-OutputRoot <string>] [-StageRoot <string>] [-ManifestJsonPath <string>] [-ChecksumsPath <string>] [-NoChecksums] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

New-ConfigurationProjectOutput -ChecksumsPath 'C:\Path'

PARAMETERS

-ChecksumsPath

Optional unified release checksums path.

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

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

-ManifestJsonPath

Optional unified release manifest path.

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

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

-NoChecksums

Disables top-level release checksum generation.

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

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

-OutputRoot

Optional DotNetPublish output-root override.

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

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

-StageRoot

Optional unified release staging root.

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

Required: False
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.ConfigurationProjectOutput

RELATED LINKS

  • None