Summary
Sets Chocolatey configuration parameters using the settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Config - Containing Type
- Chocolatey
Config Setter
Syntax
public void Set(string name, string value, ChocolateyConfigSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the config parameter. |
| value | string | The value to assign to the parameter. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
