Summary
Gets or sets a value indicating whether to run tests in using x86 test runner.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public bool UseX86 { get; set; }
Value
Type | Description |
---|---|
bool |
true to run tests with the x86 test runner; otherwise, false .
|