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