ScriptProcessor.

InstallAddins(IReadOnlyCollection<PackageReference>, DirectoryPath) Method

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<PackageReference> The addins to install.
installPath DirectoryPath The install path.

Return Value

Type Description
IReadOnlyList<FilePath> A list containing file paths to installed addin assemblies.