--- title: "Transform config file" ---
This is generated from the built in components of BuildMaster 2024.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your BuildMaster instance to see exactly what operations are available.

Applies a transform to an XML or JSON .NET config file.

Script usage:

DotNet::Transform-Config(
	BaseConfig: <text>,
	TransformConfig: <text>,
	[Target: <text>],
	[ConfigType: <integer>]
);

Arguments:

NameFormatScript UsageUsage Notes
Config file to transform
text
BaseConfig
This argument is required.
Transform file
text
TransformConfig
This argument is required.
Target
text
Target
Value note: "overwrite source".
Config file type
integer
ConfigType
Default value is "Auto".