From df316a2f3c5219db55ecd9264cb84c2406f9fc1a Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Thu, 3 Sep 2026 06:37:07 -0700 Subject: [PATCH] Enable CI for dev/* branches The benefits PR stacks as each stacked PR should be against a dev/ branch. --- azure-pipelines-integration.yml | 1 + azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/azure-pipelines-integration.yml b/azure-pipelines-integration.yml index 3cc50d9e9ebf3..d44cf5ab3a721 100644 --- a/azure-pipelines-integration.yml +++ b/azure-pipelines-integration.yml @@ -8,6 +8,7 @@ trigger: - release/* - features/* - demos/* + - dev/* exclude: # Since the version of VS on the integration VM images are a moving target, # we are unable to reliably run integration tests on servicing branches. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a7ea4166ac05e..8c10056daa80f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,7 @@ trigger: - release/* - features/* - demos/* +- dev/* # Branches that trigger builds on PR pr: