Skip to content

Commit 44c3e16

Browse files
authored
Enable CodeQL (#498)
* Enable CodeQL * Address review comments.
1 parent a7d9aec commit 44c3e16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines/builds/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ pr:
1111
- main
1212
- release/*
1313

14+
variables:
15+
- name: Codeql.Enabled
16+
value: true
17+
1418
stages:
1519
- stage: build
1620
displayName: Build
@@ -35,3 +39,4 @@ stages:
3539
#Nuget and Signing Validation are not needed as we only produce a transport package.
3640
enableSigningValidation: false
3741
enableNugetValidation: false
42+

0 commit comments

Comments
 (0)