< Back

New-ConfigDocument

Wed Jan 15, 2020 1:59 am

NAME New-ConfigDocument



SYNOPSIS

Create a new build configuration document





SYNTAX

New-ConfigDocument [[-BuildInfo] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

The build configuration document may be used to adjust the configurable build values for a single module.



This file is optional, without it the following default values will be used:



- CodeCoverageThreshold: 0.8 (80%)

- EndOfLineChar: [Environment]::NewLine

- License: MIT

- CreateChocoPackage: $false





PARAMETERS

-BuildInfo <Object>

BuildInfo is used to determine the source path.



Required? false

Position? 1

Default value (Get-BuildInfo)

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS