Skip to content

Commit f62c68c

Browse files
committed
Add support for Windows Server 2025
1 parent e618a2f commit f62c68c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ stages:
154154
test: 2022/psrp/https
155155
- name: Server 2022 SSH Key
156156
test: 2022/ssh/key
157+
- name: Server 2025 SSH Key
158+
test: 2025/ssh/key
157159
- stage: Windows_2
158160
displayName: Windows 2
159161
dependsOn:
@@ -174,6 +176,8 @@ stages:
174176
test: 2022/psrp/https
175177
- name: Server 2022 SSH Key
176178
test: 2022/ssh/key
179+
- name: Server 2025 SSH Key
180+
test: 2025/ssh/key
177181
- stage: Windows_3
178182
displayName: Windows 3
179183
dependsOn:
@@ -194,6 +198,8 @@ stages:
194198
test: 2022/psrp/https
195199
- name: Server 2022 SSH Key
196200
test: 2022/ssh/key
201+
- name: Server 2025 SSH Key
202+
test: 2025/ssh/key
197203
- stage: Windows_4
198204
displayName: Windows 4
199205
dependsOn:
@@ -214,6 +220,8 @@ stages:
214220
test: 2022/psrp/https
215221
- name: Server 2022 SSH Key
216222
test: 2022/ssh/key
223+
- name: Server 2025 SSH Key
224+
test: 2025/ssh/key
217225
- stage: Windows_5
218226
displayName: Windows 5
219227
dependsOn:
@@ -234,6 +242,8 @@ stages:
234242
test: 2022/psrp/https
235243
- name: Server 2022 SSH Key
236244
test: 2022/ssh/key
245+
- name: Server 2025 SSH Key
246+
test: 2025/ssh/key
237247
- stage: Summary
238248
condition: succeededOrFailed()
239249
dependsOn:

changelogs/fragments/win-2025.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- Added support for Windows Server 2025

0 commit comments

Comments
 (0)