Skip to content

Commit

Permalink
Fix matrix CI tests (Azure#34327)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
azure-sdk and benbp authored Mar 1, 2024
1 parent b299960 commit 472f0e4
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 472f0e4

Please sign in to comment.