Summary
Gets or sets 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 .MSBuild - Containing Type
- MSBuildSettings
Syntax
public bool? NodeReuse { get; set; }
Value
Type | Description |
---|---|
bool? |