From 9b4990f06835a12ec264f4182017df1c1f7e43bd Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 20 Mar 2020 18:18:04 +0100 Subject: [PATCH] ci/tests: fix Azure Pipelines not running Windows containers Workaround posted here: microsoft/azure-pipelines-agent#2864 Assisted-by: Simon Chalifoux Assisted-by: Tommy Petty Fixes #5117 Closes #5129 --- .azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 42dd83c5b..3f0025b7b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -239,6 +239,8 @@ stages: - stage: windows dependsOn: [] + variables: + agent.preferPowerShellOnContainers: true jobs: - job: windows_msys2_mingw32_debug_openssl displayName: msys2 mingw32 debug openssl