BowerRunnerSettingsExtensions.

UseWorkingDirectory<T>(T, DirectoryPath) Method

Summary

Set the working directory for the bower runner settings
Assembly
Cake.Bower.dll
Namespace
Cake.Bower
Containing Type
BowerRunnerSettingsExtensions

Syntax

public static T UseWorkingDirectory<T>(this T settings, DirectoryPath directory) 
    where T : BowerRunnerSettings

Type Parameters

Name Description
T

Parameters

Name Type Description
settings T
directory DirectoryPath

Return Value

Type Description
T