You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love your script, but I always end up modifying line 231 (v1.2.1) to return %ERRORLEVEL% instead of zero, so that hMSBuild.bat returns a non-zero exit code when MSBuild.exe fails.
Is there any reason why you decided to always return zero, even when MSBuild.exe encounters an error?
The text was updated successfully, but these errors were encountered:
I love your script, but I always end up modifying line 231 (v1.2.1) to return %ERRORLEVEL% instead of zero, so that hMSBuild.bat returns a non-zero exit code when MSBuild.exe fails.
Is there any reason why you decided to always return zero, even when MSBuild.exe encounters an error?
The text was updated successfully, but these errors were encountered: