XdtTransformation.

TransformConfig(FilePath, FilePath, FilePath) Method

Summary

Transforms config file.
Assembly
Cake.XdtTransform.dll
Namespace
Cake.XdtTransform
Containing Type
XdtTransformation

Syntax

public static void TransformConfig(FilePath sourceFile, FilePath transformFile, FilePath targetFile)

Parameters

Name Type Description
sourceFile FilePath Source config file.
transformFile FilePath Transformation to apply.
targetFile FilePath Target config file.

Return Value

Type Description
void