File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments