Fix matrix CI tests (#7243)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Родитель
9a7670c999
Коммит
ebd803f82a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче