aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-20 18:18:04 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-20 20:55:08 +0100
commit9b4990f06835a12ec264f4182017df1c1f7e43bd (patch)
tree54fea9747a9cfd9ddd5497cbf5f711f835146336 /.azure-pipelines.yml
parentab18027d6ccd7e3a0915eeb8710fdf30be085407 (diff)
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.yml2
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