Summary
Sets the relative working directory to be used when running the build.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHostExtensions
Syntax
public static CakeHost UseWorkingDirectory(this CakeHost host, DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
host | CakeHost | The CakeHost to configure. |
path | DirectoryPath | The working directory path. |