From f3731667c4d4c8cdedf158cfd9bdff318d17b566 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 9 Nov 2021 12:02:06 -0800 Subject: [PATCH] Remove Windows Server 2016 from CI 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). --- .vsts-ci/azure-pipelines-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.vsts-ci/azure-pipelines-ci.yml b/.vsts-ci/azure-pipelines-ci.yml index dc2f2d461..d809e3231 100644 --- a/.vsts-ci/azure-pipelines-ci.yml +++ b/.vsts-ci/azure-pipelines-ci.yml @@ -9,15 +9,6 @@ variables: value: 'true' jobs: -- job: PS51_Win2016 - displayName: PowerShell 5.1 - Windows Server 2016 - pool: - vmImage: vs2017-win2016 - steps: - - template: templates/ci-general.yml - parameters: - pwsh: false - - job: PS51_Win2019 displayName: PowerShell 5.1 - Windows Server 2019 pool: