From b152f446624a25cb6ea2ffda80ed7932a1afbd79 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Mon, 21 Apr 2025 17:19:41 -0700 Subject: [PATCH] badly placed break means that multiple additionaltriggeringpaths won't work --- eng/common/scripts/Package-Properties.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/Package-Properties.ps1 b/eng/common/scripts/Package-Properties.ps1 index a1413e968d03..1b72d8286286 100644 --- a/eng/common/scripts/Package-Properties.ps1 +++ b/eng/common/scripts/Package-Properties.ps1 @@ -396,8 +396,8 @@ function Get-PrPkgProperties([string]$InputDiffJson) { $shouldInclude = $shouldInclude -or $includedForValidation if ($includedForValidation) { $pkg.IncludedForValidation = $true + break } - break } # handle service-level changes to the ci.yml files