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.
            
		- 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 | 
