Summary
Initializes a new instance of the
ChocolateyPinner class.
- Namespace
- Cake
.Common .Tools .Chocolatey .Pin - Containing Type
- ChocolateyPinner
Syntax
public ChocolateyPinner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, IChocolateyToolResolver resolver)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| processRunner | IProcessRunner | The process runner. |
| tools | IToolLocator | The tool locator. |
| resolver | I |
The Chocolatey tool resolver. |
Return Value
| Type | Description |
|---|---|
| void |
