diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-20 18:18:04 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-20 20:55:08 +0100 |
commit | 9b4990f06835a12ec264f4182017df1c1f7e43bd (patch) | |
tree | 54fea9747a9cfd9ddd5497cbf5f711f835146336 /.azure-pipelines.yml | |
parent | ab18027d6ccd7e3a0915eeb8710fdf30be085407 (diff) | |
download | curl-9b4990f06835a12ec264f4182017df1c1f7e43bd.tar.gz |
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
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |