Summary
Gets or sets a value indicating whether or not node reuse is used.
When you’re doing multiple builds in a row, this helps reduce your total build time,
by avoiding the start up costs of each MSBuild child node.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings
Syntax
public bool? NodeReuse { get; set; }
Value
Type | Description |
---|---|
bool? |