From df9c711320a5cbe32a1c4df4e1596e9411793821 Mon Sep 17 00:00:00 2001 From: Josh Ventura Date: Sat, 14 Mar 2020 15:41:24 -0400 Subject: [PATCH] Update azure-pipelines.yml The hope is to re-enable Pull Request evaluation after this bug: https://status.dev.azure.com/_event/179641421 --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6ea26ca9..376dd73a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -254,3 +254,8 @@ jobs: assetUploadMode: replace isDraft: false isPreRelease: true + +pr: # Trigger a build on every PR. + branches: + include: + - '*' # Must quote since "*" is a YAML reserved character