File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
452452
453453 if ($shouldInclude ) {
454454
455- Write-Host $includeMsg
455+ LogInfo $includeMsg
456456 $packagesWithChanges += $pkg
457457
458458 if ($pkg.AdditionalValidationPackages ) {
@@ -479,7 +479,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
479479
480480 if ($pkg.Name -notin $existingPackageNames ) {
481481 $pkg.IncludedForValidation = $true
482- Write-Host " Including '$ ( $pkg.Name ) ' for validation only because it is a dependency of another package."
482+ LogInfo " Including '$ ( $pkg.Name ) ' for validation only because it is a dependency of another package."
483483 $packagesWithChanges += $pkg
484484 }
485485 }
@@ -491,7 +491,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
491491 $additionalPackages = & $AdditionalValidationPackagesFromPackageSetFn $packagesWithChanges $diff $allPackageProperties
492492 $packagesWithChanges += $additionalPackages
493493 foreach ($pkg in $additionalPackages ) {
494- Write-Host " Including '$ ( $pkg.Name ) ' from the additional validation package set."
494+ LogInfo " Including '$ ( $pkg.Name ) ' from the additional validation package set."
495495 }
496496 }
497497
You can’t perform that action at this time.
0 commit comments