Summary
Gets or sets the maximum number of concurrent processes to use when building.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings
Syntax
public int? MaxCpuCount { get; set; }
Remarks
If you don't include this switch, the default value is 1. If you specifying a value that is zero or less, MSBuild will use up to the number of processors in the computer.
Value
Type | Description |
---|---|
int? |