Skip to content

Commit

Permalink
Add support for Windows Server 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 8, 2024
1 parent eeca23e commit ba51988
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ stages:
test: 2022/psrp/https
- name: 2022 SSH Key
test: 2022/ssh/key
- name: 2025 PSRP HTTPS
test: 2025/psrp/https
- name: 2025 SSH Key
test: 2025/ssh/key
- stage: Windows_2
displayName: Windows 2
dependsOn: []
Expand All @@ -146,6 +150,10 @@ stages:
test: 2022/psrp/https
- name: 2022 SSH Key
test: 2022/ssh/key
- name: 2025 PSRP HTTPS
test: 2025/psrp/https
- name: 2025 SSH Key
test: 2025/ssh/key
- stage: Windows_3
displayName: Windows 3
dependsOn: []
Expand All @@ -165,6 +173,10 @@ stages:
test: 2022/psrp/https
- name: 2022 SSH Key
test: 2022/ssh/key
- name: 2025 PSRP HTTPS
test: 2025/psrp/https
- name: 2025 SSH Key
test: 2025/ssh/key
- stage: Summary
condition: succeededOrFailed()
dependsOn:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/win-2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- Added support for Windows Server 2025

0 comments on commit ba51988

Please sign in to comment.