MSBuildSettings.

MaxCpuCount Property

Summary

Gets or sets the maximum CPU count. If this value is zero, MSBuild will use as many processes as there are available CPUs to build the project. If not set MSBuild compile projects in this solution one at a time.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public int? MaxCpuCount { get; set; }

Value

Type Description
int? The maximum CPU count.