This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Yarn.
Summary
Gets the working directory from the YarnRunnerSettings
Defaults to the currently set working directory.
- Assembly
- Cake
.Yarn .dll - Namespace
- Cake
.Yarn - Containing Type
- YarnRunner
Syntax
protected override DirectoryPath GetWorkingDirectory(YarnRunnerSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | YarnRunnerSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | The working directory for the tool. |
