This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Pnpm.
Summary
Installs all dependencies of the project in the current working directory. When executed inside a workspace,
installs all dependencies of all projects.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm .Install - Containing Type
- PnpmInstaller
Syntax
public void Install(PnpmInstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | PnpmInstallSettings | The settings. |
Return Value
Type | Description |
---|---|
void |