aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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'