Summary
Installs the tools.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptProcessor
Syntax
public 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 |
