Summary
Initializes a new instance of the
NuGetToolResolver
class.
- Namespace
- Cake
.Core .IO .NuGet - Containing Type
- NuGetToolResolver
Syntax
public NuGetToolResolver(IFileSystem fileSystem, ICakeEnvironment environment, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
tools | IToolLocator | The tool locator. |
Return Value
Type | Description |
---|---|
void |