Skip to content

Commit 9629f1c

Browse files
committed
C#: Also propagate exit code in pre-finalize.cmd
1 parent a32db3d commit 9629f1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csharp/tools/pre-finalize.cmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@echo off
2-
SETLOCAL EnableDelayedExpansion
32

43
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
54
--include-extension=.config ^
@@ -10,5 +9,4 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
109
--language xml ^
1110
-- ^
1211
"%CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE%"
13-
14-
ENDLOCAL
12+
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)