LibManSettingsExtensions.

FromPath(LibManSettings, DirectoryPath) Method

Summary

Sets the working directory which should be used to run the libman command.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Containing Type
LibManSettingsExtensions

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.