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.CK.Pack.
Syntax
public static void Pack(this ICakeContext context, IEnumerable<FileGroupTarget> targets, string outputFile, bool handleZip = false, bool handleNuPkg = false)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
targets |
IEnumerable<FileGroupTarget> |
|
outputFile |
string |
|
handleZip |
bool |
|
handleNuPkg |
bool |
|
Return Value