Skip to content

Commit 59cac90

Browse files
authored
Enable CodeQL (#197)
1 parent 9f56dec commit 59cac90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ pr:
1212

1313
# Global variables
1414
variables:
15-
DotNetCoreVersion: 6.0.x
15+
- name: DotNetCoreVersion
16+
value: 6.0.x
17+
- name: Codeql.Enabled
18+
value: True
1619

1720
jobs:
1821
- job: build

0 commit comments

Comments
 (0)