[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
+1
View File
@@ -46,6 +46,7 @@ body:
- label: macOS 26 Arm64
- label: Windows Server 2022
- label: Windows Server 2025
- label: Windows Server 2025 with Visual Studio 2026
- type: textarea
attributes:
label: Mitigation ways
+1
View File
@@ -29,6 +29,7 @@ body:
- label: macOS 26 Arm64
- label: Windows Server 2022
- label: Windows Server 2025
- label: Windows Server 2025 with Visual Studio 2026
- type: textarea
attributes:
label: Image version and build link
+1
View File
@@ -67,6 +67,7 @@ body:
- label: macOS 26 Arm64
- label: Windows Server 2022
- label: Windows Server 2025
- label: Windows Server 2025 with Visual Studio 2026
- type: textarea
attributes:
label: Can this tool be installed during the build?
+20
View File
@@ -0,0 +1,20 @@
name: Trigger Windows25 with VS 2026 CI
run-name: Windows2025 with VS 2026 - ${{ github.event.pull_request.title }}
on:
pull_request_target:
types: labeled
paths:
- 'images/windows/**'
defaults:
run:
shell: pwsh
jobs:
Windows_2025_vs_2026:
if: github.event.label.name == 'CI windows-all' || github.event.label.name == 'CI windows-2025-vs2026'
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
with:
image_type: 'windows2025-vs2026'
secrets: inherit