XdtTransformation.

TransformConfig(IFileSystem, FilePath, FilePath, FilePath, IXmlTransformationLogger) Method

Summary

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

Syntax

public static void TransformConfig(IFileSystem fileSystem, FilePath sourceFile, FilePath transformFile, FilePath targetFile, IXmlTransformationLogger logger = null)

Parameters

Name Type Description
fileSystem IFileSystem The filesystem.
sourceFile FilePath Source config file.
transformFile FilePath Transformation to apply.
targetFile FilePath Target config file.
logger IXmlTransformationLogger Logger for the transformation process.

Return Value

Type Description
void