Skip to content

Commit 78e8ebc

Browse files
author
Johnny Pham
authored
Tests | Split up manual tests into sets (#1373)
1 parent 27c56af commit 78e8ebc

File tree

2 files changed

+137
-126
lines changed

2 files changed

+137
-126
lines changed

BUILDGUIDE.md

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ msbuild -t:BuildTestsNetFx
7272
# Build the tests for the .NET Framework (NetFx) driver in 'Debug' Configuration. Default .NET Framework version is 4.6.1.
7373
```
7474

75+
```bash
76+
msbuild -t:BuildTestsNetCore -p:TestSet=1
77+
# Build a subset of the manual tests. Valid values: '1', '2', '3', 'AE'. Omit to build all tests.
78+
```
79+
7580
## Run Functional Tests
7681

7782
- Windows (`netfx x86`):

0 commit comments

Comments
 (0)