Summary
Installs the modules.
- Namespace
- Cake
.Core .Scripting - Containing Type
- IScriptProcessor
Syntax
void InstallModules(IReadOnlyCollection<PackageReference> modules, DirectoryPath installPath)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IReadOnlyCollection |
The modules to install. |
| installPath | DirectoryPath | The install path. |
Return Value
| Type | Description |
|---|---|
| void |
