MSBuildSettings.

Restore Property

Summary

Gets or sets a value indicating whether the Restore target should be run before any other targets. This setting will pass the /restore option down to MSBuild. Use this setting when working with the new csproj format.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public bool Restore { get; set; }

Value

Type Description
bool