Skip to content

Commit

Permalink
Update to newer msbuild in order to gather loging details
Browse files Browse the repository at this point in the history
  • Loading branch information
vhanla committed Aug 13, 2019
1 parent 4172bbb commit ad4a03b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildrelease.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ rem goto OPTIONS
goto :eof

:buildrelease
SET MSBUILD="C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
REM SET MSBUILD="C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
SET MSBUILD="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"
SET RSVARS="C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\rsvars.bat"

call %RSVARS%

for /F %%i in (TAG) do set "TAG=%%i"

%MSBUILD% %PROJECT% "/t:Clean,Make" "/p:config=Release" "/verbosity:minimal"
%MSBUILD% %PROJECT% "/t:Clean,Make" "/p:config=Release" "/verbosity:minimal" "/bl"

rem if %ERRORLEVEL% EQU 0 GOTO END

Expand Down

0 comments on commit ad4a03b

Please sign in to comment.