@@ -82,16 +82,16 @@ call tests\BuildTestTools.cmd release
8282@ echo on
8383pushd tests
8484
85- call RunTests.cmd release fsharp Smoke NO_CI
85+ call RunTests.cmd release fsharp Smoke
8686@ if ERRORLEVEL1 type testresults\fsharp_failures.log&& echo Error: 'RunTests.cmd release fsharp Smoke' failed&& goto :failure
8787
88- call RunTests.cmd release fsharpqa Smoke NO_CI
88+ call RunTests.cmd release fsharpqa Smoke
8989@ if ERRORLEVEL1 type testresults\fsharpqa_failures.log&& echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&& goto :failure
9090
91- call RunTests.cmd release fsharpqadowntarget NO_CI
91+ call RunTests.cmd release fsharpqadowntarget
9292@ if ERRORLEVEL1 type testresults\fsharpqadowntarget_failures.log&& echo Error: 'RunTests.cmd release fsharpqadowntarget' failed&& goto :failure
9393
94- call RunTests.cmd release fsharpqaredirect NO_CI
94+ call RunTests.cmd release fsharpqaredirect
9595@ if ERRORLEVEL1 type testresults\fsharpqaredirect_failures.log&& echo Error: 'RunTests.cmd release fsharpqaredirect' failed&& goto :failure
9696
9797call RunTests.cmd release compilerunit