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 parenta83b5d7 commitb310e2aCopy full SHA for b310e2a
build.cmd
@@ -47,9 +47,11 @@ 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 fsharpqa Smoke
51
-@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa Smoke' 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 fsharp Smoke
55
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed&&goto :eof
+
+REM Disabled for now
56
+REM tests\RunTests.cmd debug fsharpqa Smoke
57
+REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed && goto :eof