mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
14 lines
311 B
YAML
14 lines
311 B
YAML
name: csharp-solorigate-tests
|
|
groups:
|
|
- csharp
|
|
- solorigate
|
|
- test
|
|
dependencies:
|
|
codeql/csharp-all: ${workspace}
|
|
codeql/csharp-queries: ${workspace}
|
|
codeql/csharp-solorigate-all: ${workspace}
|
|
codeql/csharp-solorigate-queries: ${workspace}
|
|
extractor: csharp
|
|
tests: .
|
|
warnOnImplicitThis: true
|