From e320adfe3e44394b59bab4f3b60a52d593a9bad0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 19 Mar 2020 12:54:34 -0400 Subject: Fix several CI breakages (#5138) * Replace dead link * Explicitly run for all PRs * Update azure-pipelines.yml * Update wheel-builder.yml --- .azure-pipelines/wheel-builder.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.azure-pipelines') 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 -- cgit v1.2.3