Summary
Downloads Chocolatey packages using the specified package id and settings.
Requires Chocolatey licensed edition.
Features requiring Chocolatey for Business or a minimum version are documented
in
ChocolateyDownloadSettings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Download - Containing Type
- ChocolateyDownloader
Syntax
public void Download(string packageId, ChocolateyDownloadSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageId | string | The source package id. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
