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.LibMan.
Summary
Sets the working directory which should be used to run the libman command.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan - Containing Type
- Lib
Man Settings Extensions
Syntax
public static LibManSettings FromPath(this LibManSettings settings, DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
settings | LibManSettings | The settings. |
path | DirectoryPath | Working directory which should be used to run the libman command. |
Return Value
Type | Description |
---|---|
LibManSettings | The settings instance with WorkingDirectory set to path. |