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