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 fff4250 commit c973693Copy full SHA for c973693
csharp/codeql-extractor.yml
@@ -29,3 +29,11 @@ options:
29
(to write uncompressed TRAP).
30
type: string
31
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