From a6f4c22d12068ac8472dce7b253aa10eeb5e58cb Mon Sep 17 00:00:00 2001 From: "Scott Beddall (from Dev Box)" Date: Wed, 17 Jul 2024 14:10:28 -0700 Subject: [PATCH] a debug value was left behind. remove it --- eng/common/scripts/Package-Properties.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/Package-Properties.ps1 b/eng/common/scripts/Package-Properties.ps1 index cec8898d5395..040d012edb6f 100644 --- a/eng/common/scripts/Package-Properties.ps1 +++ b/eng/common/scripts/Package-Properties.ps1 @@ -108,7 +108,7 @@ function Get-PkgProperties function Get-PrPkgProperties([string]$InputDiffJson) { $packagesWithChanges = @() - $allPackageProperties = Get-AllPkgProperties -ServiceDirectory media + $allPackageProperties = Get-AllPkgProperties $diff = Get-Content $InputDiffJson | ConvertFrom-Json $targetedFiles = $diff.ChangedFiles