From 525f701eba91c702c5c4861220eee3324b302fd5 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:04:22 -0700 Subject: [PATCH] Fix additional TriggerPaths not being honored in Get-PrPkgProperties (#6533) Co-authored-by: Scott Beddall --- 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 a1413e968..1b72d8286 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