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.Webpack.
Summary
Gets the working directory from the NpmRunnerSettings
Defaults to the currently set working directory.
- Assembly
- Cake
.Webpack .dll - Namespace
- Cake
.Webpack - Containing Type
- NodeToolRunner
<TSettings>
Syntax
protected override DirectoryPath GetWorkingDirectory(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
DirectoryPath | The working directory for the tool. |