Summary
Installs the addins.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptProcessor
Syntax
public IReadOnlyList<FilePath> InstallAddins(IReadOnlyCollection<PackageReference> addins, DirectoryPath installPath)
Parameters
| Name | Type | Description |
|---|---|---|
| addins | IReadOnlyCollection |
The addins to install. |
| installPath | DirectoryPath | The install path. |
Return Value
| Type | Description |
|---|---|
| IReadOnlyList |
A list containing file paths to installed addin assemblies. |
