From: Marc Hoersken Date: Fri, 20 Mar 2020 17:18:04 +0000 (+0100) Subject: ci/tests: fix Azure Pipelines not running Windows containers X-Git-Tag: curl-7_70_0~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b4990f06835a12ec264f4182017df1c1f7e43bd;p=thirdparty%2Fcurl.git 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 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 42dd83c5b0..3f0025b7bf 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