Summary
Pushes a NuGet package to a NuGet server and publishes it.
- Namespace
- Cake
.Common .Tools .NuGet .Push - Containing Type
- NuGetPusher
Syntax
public void Push(FilePath packageFilePath, NuGetPushSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageFilePath | FilePath | The package file path. |
| settings | NuGetPushSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
