ScriptProcessor.

InstallTools(IReadOnlyCollection<PackageReference>, DirectoryPath) Method

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<PackageReference> The tools to install.
installPath DirectoryPath The install path.

Return Value

Type Description
void