Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/FX11-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variables:
Codeql.Enabled: false
VS_GENERATOR: 'Visual Studio 17 2022'
VC_PATH: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC'
WIN11_SDK: '10.0.22000.0'
WIN11_SDK: '10.0.26100.0'

pool:
vmImage: windows-2022
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*.ilk
*.VC.db
.vs
.vscode
/ipch
Bin
/wiki
Expand Down
Loading