From 31921a50a8d3ed59499b0bc9ee95867efddbff4d Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Tue, 13 Dec 2022 14:50:18 -0600 Subject: [PATCH 1/2] Enable CodeQL --- azure-pipelines/builds/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines/builds/ci.yml b/azure-pipelines/builds/ci.yml index ba6b9b9659..46dd008b24 100644 --- a/azure-pipelines/builds/ci.yml +++ b/azure-pipelines/builds/ci.yml @@ -35,3 +35,7 @@ stages: #Nuget and Signing Validation are not needed as we only produce a transport package. enableSigningValidation: false enableNugetValidation: false + +variables: + - name: Codeql.Enabled + value: true From 2aff7f2f85d456f010774437262d0efa96263569 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Fri, 16 Dec 2022 14:52:55 -0600 Subject: [PATCH 2/2] Address review comments. --- azure-pipelines/builds/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/builds/ci.yml b/azure-pipelines/builds/ci.yml index 46dd008b24..0ac1ef3463 100644 --- a/azure-pipelines/builds/ci.yml +++ b/azure-pipelines/builds/ci.yml @@ -11,6 +11,10 @@ pr: - main - release/* +variables: + - name: Codeql.Enabled + value: true + stages: - stage: build displayName: Build @@ -36,6 +40,3 @@ stages: enableSigningValidation: false enableNugetValidation: false -variables: - - name: Codeql.Enabled - value: true