Skip to content

Latest commit

 

History

History
139 lines (108 loc) · 3.17 KB

File metadata and controls

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

New-ConfigurationProjectRelease

SYNOPSIS

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

SYNTAX

__AllParameterSets

New-ConfigurationProjectRelease [-Configuration <string>] [-PublishToolGitHub] [-SkipRestore] [-SkipBuild] [-ToolOutput <ConfigurationProjectReleaseOutputType[]>] [-SkipToolOutput <ConfigurationProjectReleaseOutputType[]>] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

New-ConfigurationProjectRelease -Configuration 'Value'

PARAMETERS

-Configuration

Build configuration used by the generated release object.

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

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

-PublishToolGitHub

Enables tool/app GitHub release publishing by default for this release object.

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

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

-SkipBuild

Skips build operations by default for DotNetPublish-backed tool/app flows.

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

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

-SkipRestore

Skips restore operations by default for DotNetPublish-backed tool/app flows.

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

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

-SkipToolOutput

Optional default release output exclusion.

Type: ConfigurationProjectReleaseOutputType[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: Tool, Portable, Installer, Store

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

-ToolOutput

Optional default release output selection.

Type: ConfigurationProjectReleaseOutputType[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: Tool, Portable, Installer, Store

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.ConfigurationProjectRelease

RELATED LINKS

  • None