XdtTransformation.

TransformConfigWithDefaultLogger(IFileSystem, FilePath, FilePath, FilePath) Method

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