Skip to content
Prev Previous commit
Next Next commit
code comment cleanup
  • Loading branch information
scbedd authored and azure-sdk committed Oct 30, 2024
commit ee7adabd31d603eedc1747b6f6d8ddb1917428ea
1 change: 0 additions & 1 deletion eng/common/scripts/job-matrix/Create-PrJobMatrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ $configs = @(
)

# calculate general targeting information and create our batches prior to generating any matrix
# this prototype doesn't handle direct and indirect, it just batches for simplicity of the proto
$packageProperties = Get-ChildItem -Recurse "$PackagePropertiesFolder" *.json `
| ForEach-Object { Get-Content -Path $_.FullName | ConvertFrom-Json } `
| ForEach-Object { [PSCustomObject]$_ }
Expand Down