@@ -29,11 +29,11 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
2929%_ngenexe% install proto\net40\bin\FSharp.Build-proto.dll
3030%_ngenexe% install proto\net40\bin\fsc-proto.exe
3131
32- %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true
33- @ if ERRORLEVEL1 echo Error: librarydebug build failed&& goto :eof
32+ %_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true /p:Configuration=Release
33+ @ if ERRORLEVEL1 echo Error: libraryrelease build failed&& goto :eof
3434
35- %_msbuildexe% src/fsharp-compiler-build.proj /p:UseNugetPackages=true
36- @ if ERRORLEVEL1 echo Error: compiledebug build failed&& goto :eof
35+ %_msbuildexe% src/fsharp-compiler-build.proj /p:UseNugetPackages=true /p:Configuration=Release
36+ @ if ERRORLEVEL1 echo Error: compileRelease build failed&& goto :eof
3737
3838REM We don't build new net20 FSharp.Core anymore
3939REM %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=Release
@@ -51,7 +51,7 @@ REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
5151%_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable259 /p:Configuration=Release
5252@ if ERRORLEVEL1 echo Error: library portable259 build failed&& goto :eof
5353%_msbuildexe% src/fsharp-compiler-unittests-build.proj
54- @ if ERRORLEVEL1 echo Error: compiler unittestsdebug build failed&& goto :eof
54+ @ if ERRORLEVEL1 echo Error: compiler unittestsRelease build failed&& goto :eof
5555
5656%_msbuildexe% src/fsharp-library-unittests-build.proj /p:Configuration=Release
5757@ if ERRORLEVEL1 echo Error: library unittests build failed&& goto :eof
@@ -81,7 +81,7 @@ pushd tests
8181
8282REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
8383REM call RunTests.cmd release fsharp Smoke
84- REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmddebug fsharpqa Smoke' failed && goto :eof
84+ REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmdRelease fsharpqa Smoke' failed && goto :eof
8585
8686REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
8787REM call RunTests.cmd release fsharpqa Smoke