|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
@echo This script simulates what the build server is doing |
|
|
|
|
@rem /p:AdditionalBuildProperties="/v:d /p:MSBuildTargetsVerbose=true" |
|
|
|
|
%windir%\microsoft.net\framework\v4.0.30319\msbuild Automated.proj /p:ArtefactsOutputDir="%CD%\build" /p:TestReportsDir="%CD%\build" |
|
|
|
|
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\msbuild.exe" Automated.proj /p:ArtefactsOutputDir="%CD%\build" /p:TestReportsDir="%CD%\build" |
|
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO err |
|
|
|
|
@exit /B 0 |
|
|
|
|
:err |
|
|
|
|