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