PaketAliases.

PaketPush(ICakeContext, FilePath, PaketPushSettings) Method

Summary

Pushes NuGet package defined by the file path for the given settings.
Assembly
Cake.Paket.Addin.dll
Namespace
Cake.Paket.Addin
Containing Type
PaketAliases

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

Type Description
void