aboutsummaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/wheel-builder.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-19 12:54:34 -0400
committerGitHub <noreply@github.com>2020-03-19 11:54:34 -0500
commite320adfe3e44394b59bab4f3b60a52d593a9bad0 (patch)
tree2c716ae4d63454937dcdccb49ed8d5b391b88135 /.azure-pipelines/wheel-builder.yml
parent382253ea0e1dd5b6c700a50cedb57ec24dd5907b (diff)
downloadcryptography-e320adfe3e44394b59bab4f3b60a52d593a9bad0.tar.gz
cryptography-e320adfe3e44394b59bab4f3b60a52d593a9bad0.tar.bz2
cryptography-e320adfe3e44394b59bab4f3b60a52d593a9bad0.zip
Fix several CI breakages (#5138)
* Replace dead link * Explicitly run for all PRs * Update azure-pipelines.yml * Update wheel-builder.yml
Diffstat (limited to '.azure-pipelines/wheel-builder.yml')
-rw-r--r--.azure-pipelines/wheel-builder.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index 3f7e4d1a..47668263 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -1,3 +1,6 @@
+variables:
+ agent.preferPowerShellOnContainers: true
+
trigger: none
pr: none