summaryrefslogtreecommitdiff
path: root/ci.cmd
blob: 8d45cecdc54de91701383e9c1243c2362bce4147 (plain)
1
2
3
4
5
6
7
8
REM execute build.cmd
call build.cmd
if errorlevel 1 exit /b 1
REM the coreclr package should have been installed.  This is temporarily set to this location
set CORE_ROOT=%CD%\tests\src\packages\Microsoft.DotNet.TestHost.1.0.1-prerelease\lib\testhost
cd tests
call runtest.cmd
if errorlevel 1 exit /b 1