This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XdtTransform.
Summary
Transforms config file and returns transformation log.
- Assembly
- Cake
.XdtTransform .dll - Namespace
- Cake
.XdtTransform - Containing Type
- XdtTransformation
Syntax
public static XdtTransformationLog TransformConfigWithDefaultLogger(IFileSystem fileSystem, FilePath sourceFile, FilePath transformFile, FilePath targetFile)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The filesystem. |
sourceFile | FilePath | Source config file. |
transformFile | FilePath | Transformation to apply. |
targetFile | FilePath | Target config file. |
Return Value
Type | Description |
---|---|
XdtTransformationLog |