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
Adds a specific file to restore from the library.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Install - Containing Type
- Lib
Man Install Extensions
Syntax
public static LibManInstallSettings AddFile(this LibManInstallSettings settings, FilePath file)
Parameters
Name | Type | Description |
---|---|---|
settings | Lib |
The settings. |
file | FilePath | file within the package to install |
Return Value
Type | Description |
---|---|
Lib |
The settings instance with file added to Files . |