We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent325fc42 commit415f2c4Copy full SHA for 415f2c4
build.cmd
@@ -47,9 +47,9 @@ call tests\BuildTestTools.cmd debug
47
REM @if ERRORLEVEL 1 echo Error: 'tests\BuildTestTools.cmd debug' failed && goto :eof
48
@echoon
49
setPATH=%PATH%;%~dp0%packages\NUnit.Runners.2.6.3\tools\
50
-tests\RunTests.cmd debug fsharpqaCodeGen01
+tests\RunTests.cmd debug fsharpqaSmoke
51
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa CodeGen01' failed&&goto :eof
52
tests\RunTests.cmd debug coreunit
53
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug coreunit' failed&&goto :eof
54
-tests\RunTests.cmd debug fsharpCore01
+tests\RunTests.cmd debug fsharpSmoke
55