tools: build.bat: better exit code handling to allow for CI

This commit is contained in:
Bill Zissimopoulos 2016-05-19 13:28:13 -07:00
parent f2241fcee4
commit 4d1aeeda4c

View File

@ -36,7 +36,7 @@ for %%f in (build\%Configuration%\winfsp-*.msi) do (
REM if errorlevel 1 set /a signfail=signfail+1
)
if not %signfail%==0 echo SIGNING FAILED!
if not %signfail%==0 echo SIGNING FAILED! The product has been successfully built, but not signed.
exit /b 0