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.
- Namespace
- Cake
.Common .Tools .DotNet .Build - Containing Type
- DotNetBuildSettings
Syntax
public bool NoIncremental { get; set; }
Value
Type | Description |
---|---|
bool |