LibManInstallExtensions.

WithDestination(LibManInstallSettings, DirectoryPath) Method

Summary

Sets the destination directory path to install the client side library files too.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Install
Containing Type
LibManInstallExtensions

Syntax

public static LibManInstallSettings WithDestination(this LibManInstallSettings settings, DirectoryPath destination)

Parameters

Name Type Description
settings LibManInstallSettings The settings.
destination DirectoryPath Destination directory path.

Return Value

Type Description
LibManInstallSettings The settings instance with Destination set to destination.