We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-finalize.cmd
1 parent a32db3d commit 9629f1cCopy full SHA for 9629f1c
csharp/tools/pre-finalize.cmd
@@ -1,5 +1,4 @@
1
@echo off
2
-SETLOCAL EnableDelayedExpansion
3
4
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
5
--include-extension=.config ^
@@ -10,5 +9,4 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
10
9
--language xml ^
11
-- ^
12
"%CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE%"
13
-
14
-ENDLOCAL
+exit /b %ERRORLEVEL%
0 commit comments