Skip to content

Commit fb8ee82

Browse files
Remove Windows Server 2016 from CI (#1626)
The image has been deprecated and will soon be removed from Azure DevOps. Furthermore Microsoft's support for Windows Server 2016 itself ends in January 2022 (less than two months away).
1 parent b8113b5 commit fb8ee82

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ variables:
99
value: 'true'
1010

1111
jobs:
12-
- job: PS51_Win2016
13-
displayName: PowerShell 5.1 - Windows Server 2016
14-
pool:
15-
vmImage: vs2017-win2016
16-
steps:
17-
- template: templates/ci-general.yml
18-
parameters:
19-
pwsh: false
20-
2112
- job: PS51_Win2019
2213
displayName: PowerShell 5.1 - Windows Server 2019
2314
pool:

0 commit comments

Comments
 (0)