Summary
Gets or sets a value indicating whether the tests should be executed in parallel.
- Namespace
- Cake
.Common .Tools .DotNet .VSTest - Containing Type
- DotNetVSTestSettings
Syntax
public bool Parallel { get; set; }
Remarks
By default up to all available cores on the machine may be used. The number of cores to use may be configured using a settings file.
Value
Type | Description |
---|---|
bool |