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 ^
88 --size-limit 10m ^
99 --language xml ^
1010 -- ^
11- " %CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE% "
11+ " %CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE% " ^
12+ > nul 2 >& 1
1213IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
1314
1415type 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
1010 --size-limit 10m \
1111 --language xml \
1212 -- \
13- " $CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE "
13+ " $CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE " \
14+ > /dev/null 2>&1
1415
1516" $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