MSBuildSettings.

RestoreLockedMode Property

Summary

Gets or sets a value indicating whether or not to lock the package dependency graph while restoring, using the packages.lock.json file. This setting is available with at least Visual Studio 2017 version 15.9 and above or NET SDK version 2.1.500 and above.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public bool? RestoreLockedMode { get; set; }

Value

Type Description
bool?