Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pr:
variables:
- name: DotNetCoreVersion
value: 6.0.x
- name: Codeql.Enabled
value: True

jobs:
- job: build
Expand All @@ -29,6 +27,7 @@ jobs:
vmImage: macOS-12
windows:
vmImage: windows-2022
Codeql.Enabled: true

pool:
vmImage: $(vmImage)
Expand Down