From eb9357a1149f50ba8adb731f4d0b94418b8cf64a Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Tue, 10 Mar 2020 13:45:15 -0500 Subject: [PATCH] [CI] Specify our PR build trigger in YAML. It appears the one specified in the AzDO UI is no longer functioning. --- build-tools/automation/azure-pipelines.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 584b2fa28..ccbe7dbe7 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -4,6 +4,10 @@ trigger: - master - d16-* +pr: + - master + - d16-* + # Global variables variables: DotNetCoreVersion: 3.1.100