UPackToolResolver.

UPackToolResolver(IFileSystem, ICakeEnvironment, IToolLocator) Constructor

Summary

Initializes a new instance of the UPackToolResolver class.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Universal
Containing Type
UPackToolResolver

Syntax

public UPackToolResolver(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