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 parentac68fa2 commit7a7299dCopy full SHA for 7a7299d
build.cmd
@@ -75,13 +75,14 @@ REM @if ERRORLEVEL 1 echo Error: 'tests\BuildTestTools.cmd debug' failed && goto
75
76
@echoon
77
78
-tests\RunTests.cmd debug fsharp Smoke
+pushd tests
79
+RunTests.cmd debug fsharp Smoke
80
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed&&goto :eof
81
-tests\RunTests.cmd debug fsharpqa Smoke
82
+RunTests.cmd debug fsharpqa Smoke
83
84
85
setPATH=%PATH%;%~dp0%packages\NUnit.Runners.2.6.3\tools\
-tests\RunTests.cmd debug coreunit
86
+RunTests.cmd debug coreunit
87
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug coreunit' failed&&goto :eof
88