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.Npm.
Summary
If true, then no changes will actually be made.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Prune - Containing Type
- Npm
Prune Settings Extensions
Syntax
public static NpmPruneSettings DryRun(this NpmPruneSettings settings, bool dryRun)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmPruneSettings | The settings. |
dryRun | bool | Whether or not to make changes |
Return Value
Type | Description |
---|---|
NpmPruneSettings | The settings instance with DryRun set to dryRun. |