This PR splits the tests into two blocks, one for Windows 10 and one for Windows 8.1. The 8.1 block has a beforeEach that calls pending for each test if they run on the VS17 image (and MSBUILDDIR is not manually overridden to use MSBuildTools 14 [from VS15]).
Also adds another environment where MSBUILDDIR is explicitly set to 15 to detect regressions when the system image changes.
This PR splits the tests into two blocks, one for Windows 10 and one for Windows 8.1. The 8.1 block has a
beforeEach
that callspending
for each test if they run on the VS17 image (andMSBUILDDIR
is not manually overridden to use MSBuildTools 14 [from VS15]).Also adds another environment where
MSBUILDDIR
is explicitly set to 15 to detect regressions when the system image changes.closes #334