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