Summary
Enable specified Chocolatey package source.
- Namespace
- Cake
.Common .Tools .Chocolatey .Sources - Containing Type
- ChocolateySources
Syntax
public void EnableSource(string name, ChocolateySourcesSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | Name of the source. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
