diff options
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 |