This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
ChocolateyPackageInstaller
class.
- Assembly
- Cake
.Chocolatey .Module .dll - Namespace
- Cake
.Chocolatey .Module - Containing Type
- Chocolatey
Package Installer
Syntax
public ChocolateyPackageInstaller(ICakeEnvironment environment, IProcessRunner processRunner, ICakeLog log, IChocolateyContentResolver contentResolver, ICakeConfiguration config)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The environment. |
processRunner | IProcessRunner | The process runner. |
log | ICakeLog | The log. |
contentResolver | I |
The Chocolatey Package Content Resolver. |
config | ICakeConfiguration | the configuration. |
Return Value
Type | Description |
---|---|
void |