Summary
Push one or more NuGet package using the specified name, version and settings.
- Namespace
- Cake
.Common .Tools .DotNet .NuGet .Push - Containing Type
- DotNetNuGetPusher
Syntax
public void Push(string packageName, DotNetNuGetPushSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageName | string | The name of the target package. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
