Summary
Pins Chocolatey packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .ApiKey - Containing Type
- Chocolatey
Api Key Setter
Syntax
public void Set(string source, ChocolateyApiKeySettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| source | string | The Server URL where the API key is valid. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
