We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autobuild.cmd
1 parent c457435 commit 4cc1e4dCopy full SHA for 4cc1e4d
csharp/tools/autobuild.cmd
@@ -1,9 +1,7 @@
1
@echo off
2
-SETLOCAL EnableDelayedExpansion
3
4
rem The autobuilder is already being traced
5
set CODEQL_AUTOBUILDER_CSHARP_NO_INDEXING=true
6
7
-type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe" || exit /b %ERRORLEVEL%
8
-
9
-ENDLOCAL
+type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
+IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
0 commit comments