NpmPruneSettingsExtensions.

DryRun(NpmPruneSettings) Method

Summary

Set so no changes will actually be made.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Prune
Containing Type
NpmPruneSettingsExtensions

Syntax

public static NpmPruneSettings DryRun(this NpmPruneSettings settings)

Parameters

Name Type Description
settings NpmPruneSettings The settings.

Return Value

Type Description
NpmPruneSettings The settings instance with DryRun set to true.