Fix additional TriggerPaths not being honored in Get-PrPkgProperties (#6533)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-04-22 10:04:22 -07:00 committed by GitHub
parent ac75bd58e9
commit 525f701eba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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