diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 8c2bcfc..487dd20 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -18,8 +18,6 @@ parameters: variables: - name: DotNetCoreVersion value: 6.0.x - - name: Codeql.Enabled - value: True jobs: - job: build @@ -33,6 +31,7 @@ jobs: vmImage: macOS-12 windows: vmImage: windows-2022 + Codeql.Enabled: true pool: vmImage: $(vmImage)