File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- SETLOCAL EnableDelayedExpansion
32
43rem The autobuilder is already being traced
54set CODEQL_AUTOBUILDER_CSHARP_NO_INDEXING = true
65
7- type NUL && " %CODEQL_EXTRACTOR_CSHARP_ROOT% /tools/%CODEQL_PLATFORM% /Semmle.Autobuild.CSharp.exe" || exit /b %ERRORLEVEL%
8-
9- ENDLOCAL
6+ type NUL && " %CODEQL_EXTRACTOR_CSHARP_ROOT% /tools/%CODEQL_PLATFORM% /Semmle.Autobuild.CSharp.exe"
7+ exit /b %ERRORLEVEL%
Original file line number Diff line number Diff line change 11@ echo off
2- SETLOCAL EnableDelayedExpansion
32
43type 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%
You can’t perform that action at this time.
0 commit comments