Skip to content
Prev Previous commit
Next Next commit
a debug value was left behind. remove it
  • Loading branch information
scbedd authored and azure-sdk committed Jul 17, 2024
commit c2c0370433549fbeaa601c03731888a293c6e89d
2 changes: 1 addition & 1 deletion eng/common/scripts/Package-Properties.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down