Summary
Installs the tools.
- Namespace
- Cake
.Core .Scripting - Containing Type
- IScriptProcessor
Syntax
void InstallTools(IReadOnlyCollection<PackageReference> tools, DirectoryPath installPath)
Parameters
Name | Type | Description |
---|---|---|
tools | IReadOnlyCollection |
The tools to install. |
installPath | DirectoryPath | The install path. |
Return Value
Type | Description |
---|---|
void |