Summary
Upgrades Chocolatey packages using the specified settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Upgrade - Containing Type
- ChocolateyUpgrader
Syntax
public void Upgrade(string packageId, ChocolateyUpgradeSettings settings)
Parameters
Name | Type | Description |
---|---|---|
packageId | string | The source package id. |
settings | Chocolatey |
The settings. |
Return Value
Type | Description |
---|---|
void |