Summary
Initializes a new instance of the
DotNetRestorer class.
- Namespace
- Cake
.Common .Tools .DotNet .Restore - Containing Type
- DotNetRestorer
Syntax
public DotNetRestorer(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| processRunner | IProcessRunner | The process runner. |
| tools | IToolLocator | The tool locator. |
| log | ICakeLog | The cake log. |
Return Value
| Type | Description |
|---|---|
| void |
