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.Paket.
Summary
Creates NuGet package(s) in the output directory.
Syntax
public static void PaketPack(this ICakeContext context, DirectoryPath output)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
output |
DirectoryPath |
The output directory. |
Return Value