Skip to content

Commit c973693

Browse files
committed
C#: Introduce buildless extractor option.
1 parent fff4250 commit c973693

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

csharp/codeql-extractor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ options:
2929
(to write uncompressed TRAP).
3030
type: string
3131
pattern: "^(none|gzip|brotli)$"
32+
buildless:
33+
title: Whether to use buildless (standalone) extraction.
34+
description: >
35+
A value indicating, which type of extraction the autobuilder should perform.
36+
If 'yes', then the standalone extractor will be used, otherwise tracing extraction
37+
will be performed.
38+
The default is 'no'.
39+
type: string

0 commit comments

Comments
 (0)