CakeHostExtensions.

UseWorkingDirectory(CakeHost, DirectoryPath) Method

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.

Return Value

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