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 for the given settings.
Syntax
public static void PaketPack(this ICakeContext context, DirectoryPath output, PaketPackSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
output |
DirectoryPath |
The output directory. |
settings |
PaketPackSettings |
The settings. |
Return Value