LibManInstallSettings.

Files Property

Summary

Specify the name of the file to install from the library. If not specified, all files from the library are installed. Provide one --files option per file to be installed. Relative paths are supported too. For example: --files dist/browser/signalr.js.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Install
Containing Type
LibManInstallSettings

Syntax

public IList<FilePath> Files { get; }

Value

Type Description
IList<FilePath>