aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.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.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.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f74de2ed..749bc712 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,3 +1,6 @@
+variables:
+ agent.preferPowerShellOnContainers: true
+
trigger:
branches:
include:
@@ -6,6 +9,8 @@ trigger:
tags:
include:
- "*"
+pr:
+ - "*"
jobs:
- job: 'mac'