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 destination directory path to install the client side library files too.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Install - Containing Type
- Lib
Man Install Extensions
Syntax
public static LibManInstallSettings WithDestination(this LibManInstallSettings settings, DirectoryPath destination)
Parameters
Name | Type | Description |
---|---|---|
settings | Lib |
The settings. |
destination | DirectoryPath | Destination directory path. |
Return Value
Type | Description |
---|---|
Lib |
The settings instance with Destination set to destination. |