DotNetMSBuildSettings.

NodeReuse Property

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.

Syntax

public bool? NodeReuse { get; set; }

Value

Type Description
bool?