Skip to content

Commit

Permalink
Fix matrix CI tests (#7686)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Mar 1, 2024
1 parent 46729b2 commit 9542023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/common/scripts/job-matrix/job-matrix-functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ function ProcessReplace {
$replaceMatrix = @()

foreach ($element in $matrix) {
if (!$element -or $element.Count -eq 0) {
continue
}
$replacement = [MatrixParameter[]]@()
if (!$element -or $element.Count -eq 0) {
continue
Expand Down

0 comments on commit 9542023

Please sign in to comment.