NodeToolRunner<TSettings>.

GetWorkingDirectory(TSettings) Method

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.