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 MakeSingleConfig(this ICakeContext context, string buildConfiguration, string configName, string configDir, Func<string, string, bool, IEnumerable<string>> fileNameTemplatesFactory = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
buildConfiguration |
string |
|
configName |
string |
|
configDir |
string |
|
fileNameTemplatesFactory |
Func<string, string, bool, IEnumerable<string>> |
|
Return Value