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
Updates packages to their latest version based on the specified range.
You can use "*" in package name to update all packages with the same pattern.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm .Update - Containing Type
- PnpmUpdate
Syntax
public void Update(PnpmUpdateSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | PnpmUpdateSettings | The settings. |
Return Value
Type | Description |
---|---|
void |