DotNetBuildSettings.MaxCpuCount property

The maximum number of CPUs to use when building.

public int? MaxCpuCount { get; set; }

Remarks

Use 1 to enforce sequential builds.

See Also