From 45a80c072f1591fc9fdbbe3af5c4f9ef93da7ace Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Fri, 7 Feb 2020 23:25:49 +0000 Subject: [PATCH] Update ci.yaml --- .azure-pipelines-ci/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index 6d110335f..54ee9f3c8 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -32,14 +32,14 @@ stages: macOS: vmImage: macos-latest Windows_Server2016_PowerShell_Core: - vmImage: windows-2019 + vmImage: vs2017-win2016 Windows_Server2019_PowerShell_Core: vmImage: windows-2019 Windows_Server2016_PowerShell_5_1: vmImage: vs2017-win2016 pwsh: false Windows_Server2019_PowerShell_5_1: - vmImage: vs2017-win2016 + vmImage: windows-2019 pwsh: false pool: vmImage: $[ variables['vmImage'] ]