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.PickAndRoll.
Syntax
public static void PickAndRoll(this ICakeContext context, IEnumerable<string> files = null, string parConfigFileName = null, string configFileName = null, IEnumerable<string> extraConfigFiles = null, string pwd = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
files |
IEnumerable<string> |
|
parConfigFileName |
string |
|
configFileName |
string |
|
extraConfigFiles |
IEnumerable<string> |
|
pwd |
string |
|
Return Value