Summary
Installs the specified resource at the given location.
- Namespace
- Cake
.Core .Packaging - Containing Type
- IPackageInstaller
Syntax
IReadOnlyCollection<IFile> Install(PackageReference package, PackageType type, DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| package | PackageReference | The package resource. |
| type | PackageType | The package type. |
| path | DirectoryPath | The location where to install the resource. |
Return Value
| Type | Description |
|---|---|
| IReadOnlyCollection |
The installed files. |
