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.XmlConfigStructureBuilder.
Syntax
public static void MakeConfigs(this ICakeContext context, string buildConfiguration, string projectRoot, Func<string, string, bool, IEnumerable<string>> fileNameTemplatesFactory = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
buildConfiguration |
string |
|
projectRoot |
string |
|
fileNameTemplatesFactory |
Func<string, string, bool, IEnumerable<string>> |
|
Return Value