UPackTool<TSettings>.

UPackTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator, IUPackToolResolver) Constructor

Summary

Initializes a new instance of the UPackTool<TSettings> class.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Universal
Containing Type
UPackTool<TSettings>

Syntax

protected UPackTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, IUPackToolResolver resolver)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
tools IToolLocator The tools.
resolver IUPackToolResolver The resolver.

Return Value

Type Description
void