From 9aba357028d3a962447e0325ec2b31253353d8d9 Mon Sep 17 00:00:00 2001 From: Michal Pavlik Date: Mon, 7 Nov 2022 12:52:30 +0100 Subject: [PATCH] Enabling CodeQL --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8bd1947..fdce82df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ pool: variables: BuildConfiguration: 'Release' BuildPlatform: '' + Codeql.Enabled: true steps: - task: MicroBuildSigningPlugin@1