Skip to content
Snippets Groups Projects
Commit ba339f79 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Make build.bat return a proper errorcode if the build fails.

parent c7ff7663
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,8 @@ if "%CONFIG%" == "" set CONFIG=Debug
if "%1" == "" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
if not "%1" == "" vcbuild %1.vcproj %CONFIG%
SET E=%ERRORLEVEL%
cd %STARTDIR%
exit /b %E%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment