Skip to content

Commit dcc1c3d

Browse files
committed
add --working-dir=. to pre-finalize for c#
1 parent 8ccc384 commit dcc1c3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/tools/pre-finalize.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
77
--include-extension=.xml ^
88
--size-limit 10m ^
99
--language xml ^
10+
--working-dir=. ^
1011
-- ^
1112
"%CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE%" ^
1213
>nul 2>&1

csharp/tools/pre-finalize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set -eu
99
--include-extension=.xml \
1010
--size-limit 10m \
1111
--language xml \
12+
--working-dir=. \
1213
-- \
1314
"$CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE" \
1415
> /dev/null 2>&1

0 commit comments

Comments
 (0)