File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
8
8
--size-limit 10m ^
9
9
--language xml ^
10
10
-- ^
11
- " %CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE% "
11
+ " %CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE% " ^
12
+ > nul 2 >& 1
12
13
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
13
14
14
15
type NUL && " %CODEQL_JAVA_HOME% \bin\java.exe" -jar " %CODEQL_EXTRACTOR_CSHARP_ROOT% \tools\extractor-asp.jar" .
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ set -eu
10
10
--size-limit 10m \
11
11
--language xml \
12
12
-- \
13
- " $CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE "
13
+ " $CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE " \
14
+ > /dev/null 2>&1
14
15
15
16
" $CODEQL_JAVA_HOME /bin/java" -jar " $CODEQL_EXTRACTOR_CSHARP_ROOT /tools/extractor-asp.jar" .
You can’t perform that action at this time.
0 commit comments