mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
328 B
8 lines
328 B
@echo This script simulates what the build server is doing |
|
@rem /p:AdditionalBuildProperties="/v:d /p:MSBuildTargetsVerbose=true" |
|
"%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 |
|
@PAUSE |
|
@exit /B 1 |