DotNetBuildSettings.

NoIncremental Property

Summary

Gets or sets a value indicating whether to mark the build as unsafe for incrementality. This turns off incremental compilation and forces a clean rebuild of the project dependency graph.

Syntax

public bool NoIncremental { get; set; }

Value

Type Description
bool