From 2ffbb4717660bfc867f756cc1dcbdf897ab459c7 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 11 Jul 2022 17:33:09 +0100 Subject: [PATCH] Fix name of PowerShell 5.1 test stage in CI --- .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 d1bdd9a50..01e893f0c 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -39,10 +39,10 @@ stages: - job: strategy: matrix: - Windows_Server2019_PowerShell_Core: + Windows_Server2019_PowerShell_5_1: vmImage: windows-2019 pwsh: false - Windows_Server2022_PowerShell_Core: + Windows_Server2022_PowerShell_5_1: vmImage: windows-2022 pwsh: false pool: