[windows] Add Windows Server 2025 with Visual Studio 2026 (#13635)

This commit is contained in:
Shamil Mubarakshin
2026-02-06 10:59:14 +01:00
committed by GitHub
parent c218bde724
commit 71f0157880
17 changed files with 1155 additions and 29 deletions
@@ -9,7 +9,7 @@ Install-VisualStudio `
-Version $vsToolset.subversion `
-Edition $vsToolset.edition `
-Channel $vsToolset.channel `
-InstallChannel $vsToolset.installChannel `
-InstallChannelUri $vsToolset.installChannelUri `
-RequiredComponents $vsToolset.workloads `
-ExtraArgs "--allWorkloads --includeRecommended --remove Component.CPython3.x64"