Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Deploy Configuration File

Deploys an instance of a configuration file to disk after applying an optional template.

Script usage:

Deploy-ConfigFile(
	ConfigFileName: <text>,
	[Instance: <text>],
	[To: <text>],
	[OutputFileName: <text>],
	[DoNotRecoderDeployment: <true/false>],
	[VersionNumber: <integer>]
);

This operation may be prefixed with ConfigFiles::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Configuration file name
text
ConfigFileName
This argument is required.
Instance
text
Instance
Default value is "$PipelineStageName".
To directory
text
To
Value note: "$WorkingDirectory".
To file name
text
OutputFileName
Value note: "do not rename file".
Do Not Record Deployment
true/false
DoNotRecoderDeployment
Version Number
integer
VersionNumber
Value note: "Default".

See also: