From 24db7b8f5bb5fc7166bea87a77259effec6ab579 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 8 Nov 2022 10:21:36 +0000 Subject: [PATCH] Enable CodeQL --- azure-pipelines.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 3918569..d0f314f 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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