This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
PaketPackageInstaller class.
- Assembly
- Cake
.Paket .Module .dll - Namespace
- Cake
.Paket .Module - Containing Type
- Paket
Package Installer
Syntax
public PaketPackageInstaller(ICakeEnvironment environment, INuGetContentResolver contentResolver, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The environment. |
| contentResolver | I |
The content resolver. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
