Fix matrix CI tests (#5355)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
2d8c940f55
commit
59976a3c16
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user