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
Pushes NuGet package defined by the file path for the given settings.
Syntax
public static void PaketPush(this ICakeContext context, FilePath filePath, PaketPushSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filePath |
FilePath |
The NuGet package file path. |
settings |
PaketPushSettings |
The settings. |
Return Value