Skip to content

Commit

Permalink
AdditionalValidationPackagesFromPackageSetFn now accepts all discover…
Browse files Browse the repository at this point in the history
…ed packages (#23466)

Co-authored-by: Scott Beddall <[email protected]>
  • Loading branch information
azure-sdk and scbedd committed Sep 19, 2024
1 parent ee9b976 commit e51b85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Package-Properties.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {

if ($AdditionalValidationPackagesFromPackageSetFn -and (Test-Path "Function:$AdditionalValidationPackagesFromPackageSetFn"))
{
$packagesWithChanges += &$AdditionalValidationPackagesFromPackageSetFn $packagesWithChanges $diff
$packagesWithChanges += &$AdditionalValidationPackagesFromPackageSetFn $packagesWithChanges $diff $allPackageProperties
}

return $packagesWithChanges
Expand Down

0 comments on commit e51b85b

Please sign in to comment.