We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ff766 commit ba339f7Copy full SHA for ba339f7
src/tools/msvc/build.bat
@@ -17,5 +17,8 @@ if "%CONFIG%" == "" set CONFIG=Debug
17
18
if "%1" == "" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
19
if not "%1" == "" vcbuild %1.vcproj %CONFIG%
20
+SET E=%ERRORLEVEL%
21
22
cd %STARTDIR%
23
+
24
+exit /b %E%
0 commit comments