From d956b5124827954d306e91bb2b4825a8da4c109b Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 21 Aug 2025 15:39:38 -0700 Subject: [PATCH] Enabled automatic CI for both RC1 and 10.0.1xx We need 1xx running CI to get the loc build to get translations --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 9579cd1f1391..22b5c3ea3945 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -5,7 +5,7 @@ trigger: branches: include: - main - - release/10.0.1xx-* + - release/10.0.1* - internal/release/* - exp/*