Summary
Gets or sets a value indicating whether to run tests within the MSTest process.
This choice improves test run speed but increases risk to the MSTest.exe process.
Defaults to
true.
- Namespace
- Cake
.Common .Tools .MSTest - Containing Type
- MSTestSettings
Syntax
public bool NoIsolation { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if running without isolation; otherwise, false.
|
