Skip to content

Commit

Permalink
Enable CodeQL (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 8, 2022
1 parent 9f56dec commit 59cac90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yaml
Expand Up @@ -12,7 +12,10 @@ pr:

# Global variables
variables:
DotNetCoreVersion: 6.0.x
- name: DotNetCoreVersion
value: 6.0.x
- name: Codeql.Enabled
value: True

jobs:
- job: build
Expand Down

0 comments on commit 59cac90

Please sign in to comment.