Summary
Pins Chocolatey packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Pin - Containing Type
- ChocolateyPinner
Syntax
public void Pin(string name, ChocolateyPinSettings settings)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the package. |
settings | Chocolatey |
The settings. |
Return Value
Type | Description |
---|---|
void |