ScriptProcessor.

InstallModules(IReadOnlyCollection<PackageReference>, DirectoryPath) Method

Summary

Installs the modules.
Namespace
Cake.Core.Scripting
Containing Type
ScriptProcessor

Syntax

public void InstallModules(IReadOnlyCollection<PackageReference> modules, DirectoryPath installPath)

Parameters

Name Type Description
modules IReadOnlyCollection<PackageReference> The modules to install.
installPath DirectoryPath The install path.

Return Value

Type Description
void