Skip to content

Commit 83a11a0

Browse files
authored
Remove 2019 image (#295)
1 parent a9457ea commit 83a11a0

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- `azure-pipelines.yml`
13+
- Remove windows 2019 image fixes [#294](https://github.com/dsccommunity/FailoverClusterDsc/issues/294).
14+
1015
## [2.2.0] - 2025-05-22
1116

1217
### Fixed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ stages:
8888
displayName: 'Unit'
8989
strategy:
9090
matrix:
91-
Windows Server 2019:
92-
vmImage: windows-2019
9391
Windows Server 2022:
9492
vmImage: windows-2022
9593
Windows Server 2025:
@@ -176,8 +174,6 @@ stages:
176174
displayName: 'Integration'
177175
strategy:
178176
matrix:
179-
Windows Server 2019:
180-
vmImage: windows-2019
181177
Windows Server 2022:
182178
vmImage: windows-2022
183179
Windows Server 2025:

0 commit comments

Comments
 (0)