CakeHostExtensions.

SetToolPath(CakeHost, DirectoryPath) Method

Summary

Sets the specified path as the path where tools and addins will be installed.
Namespace
Cake.Frosting
Containing Type
CakeHostExtensions

Syntax

public static CakeHost SetToolPath(this CakeHost host, DirectoryPath path)

Parameters

Name Type Description
host CakeHost The CakeHost to configure.
path DirectoryPath The tool path.

Return Value

Type Description
CakeHost The same CakeHost instance so that multiple calls can be chained.