We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccc384 commit dcc1c3dCopy full SHA for dcc1c3d
csharp/tools/pre-finalize.cmd
@@ -7,6 +7,7 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
7
--include-extension=.xml ^
8
--size-limit 10m ^
9
--language xml ^
10
+ --working-dir=. ^
11
-- ^
12
"%CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE%" ^
13
>nul 2>&1
csharp/tools/pre-finalize.sh
@@ -9,6 +9,7 @@ set -eu
--include-extension=.xml \
--size-limit 10m \
--language xml \
+ --working-dir=. \
-- \
14
"$CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE" \
15
> /dev/null 2>&1
0 commit comments