Simplify exit code logic

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Tom Hvitved
2020-09-10 10:22:02 +02:00
committed by GitHub
parent 4cc1e4d1f1
commit a32db3de4b

View File

@@ -4,4 +4,4 @@ rem The autobuilder is already being traced
set CODEQL_AUTOBUILDER_CSHARP_NO_INDEXING=true
type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
exit /b %ERRORLEVEL%