Skip to content

Commit ed285d9

Browse files
azure-sdkscbedd
andauthored
Fix additional TriggerPaths not being honored in Get-PrPkgProperties (Azure#49529)
Co-authored-by: Scott Beddall <[email protected]>
1 parent 06e6a91 commit ed285d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Package-Properties.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
396396
$shouldInclude = $shouldInclude -or $includedForValidation
397397
if ($includedForValidation) {
398398
$pkg.IncludedForValidation = $true
399+
break
399400
}
400-
break
401401
}
402402

403403
# handle service-level changes to the ci.yml files

0 commit comments

Comments
 (0)