YarnInstallSettings.

WithFrozenLockfile(bool) Method

Summary

Applies the --frozen-lockfile parameter
Assembly
Cake.Yarn.dll
Namespace
Cake.Yarn
Containing Type
YarnInstallSettings

Syntax

public YarnInstallSettings WithFrozenLockfile(bool enabled = true)

Parameters

Name Type Description
enabled bool true to apply the parameter

Return Value

Type Description
YarnInstallSettings