Skip to content

Commit 7223270

Browse files
committed
C#: Add extractor option for buildless dependency directory.
1 parent e85d059 commit 7223270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

csharp/codeql-extractor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ options:
7474
[EXPERIMENTAL] The value is a path to the MsBuild binary log file that should be extracted.
7575
This option only works when `--build-mode none` is also specified.
7676
type: array
77+
buildless_dependency_dir:
78+
title: The path where buildless (standalone) extraction should keep dependencies.
79+
description: >
80+
If set, the buildless (standalone) extractor will store dependencies in this directory.
81+
type: string

0 commit comments

Comments
 (0)