Skip to content

Commit 1a815f4

Browse files
committed
windows-2022 removed 10.0.22000.0
1 parent 9bec2ca commit 1a815f4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.azuredevops/pipelines/DirectXTK-GitHub-CMake-Dev17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variables:
5757
Codeql.Enabled: false
5858
VS_GENERATOR: 'Visual Studio 17 2022'
5959
WIN10_SDK: '10.0.19041.0'
60-
WIN11_SDK: '10.0.22000.0'
60+
WIN11_SDK: '10.0.26100.0'
6161

6262
pool:
6363
vmImage: windows-2022

.azuredevops/pipelines/DirectXTK-GitHub-CMake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variables:
5757
Codeql.Enabled: false
5858
VS_GENERATOR: 'Visual Studio 17 2022'
5959
WIN10_SDK: '10.0.19041.0'
60-
WIN11_SDK: '10.0.22000.0'
60+
WIN11_SDK: '10.0.26100.0'
6161

6262
pool:
6363
vmImage: windows-2022

.azuredevops/pipelines/DirectXTK-GitHub-MinGW.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ variables:
7777
- name: VCPKG_MANIFEST_DIR
7878
value: '$(Build.SourcesDirectory)/build'
7979
- name: WIN11_SDK
80-
value: '10.0.22000.0'
80+
value: '10.0.26100.0'
8181
- name: BASE_URL
8282
value: https://github.com/brechtsanders/winlibs_mingw/releases/download
8383
- name: URL_MINGW32

.azuredevops/pipelines/DirectXTK-OneFuzz-Audio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
3232
variables:
3333
Codeql.Enabled: false
3434
VS_GENERATOR: 'Visual Studio 17 2022'
35-
WIN11_SDK: '10.0.22000.0'
35+
WIN11_SDK: '10.0.26100.0'
3636

3737
pool:
3838
vmImage: windows-2022

.azuredevops/pipelines/DirectXTK-OneFuzz-Meshes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
3232
variables:
3333
Codeql.Enabled: false
3434
VS_GENERATOR: 'Visual Studio 17 2022'
35-
WIN11_SDK: '10.0.22000.0'
35+
WIN11_SDK: '10.0.26100.0'
3636

3737
pool:
3838
vmImage: windows-2022

.azuredevops/pipelines/DirectXTK-OneFuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
3232
variables:
3333
Codeql.Enabled: false
3434
VS_GENERATOR: 'Visual Studio 17 2022'
35-
WIN11_SDK: '10.0.22000.0'
35+
WIN11_SDK: '10.0.26100.0'
3636

3737
pool:
3838
vmImage: windows-2022

0 commit comments

Comments
 (0)