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. |