Fix matrix CI tests (#34327)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Родитель
b2999604b2
Коммит
472f0e4e77
|
@ -338,6 +338,9 @@ function ProcessReplace {
|
||||||
$replaceMatrix = @()
|
$replaceMatrix = @()
|
||||||
|
|
||||||
foreach ($element in $matrix) {
|
foreach ($element in $matrix) {
|
||||||
|
if (!$element -or $element.Count -eq 0) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
$replacement = [MatrixParameter[]]@()
|
$replacement = [MatrixParameter[]]@()
|
||||||
if (!$element -or $element.Count -eq 0) {
|
if (!$element -or $element.Count -eq 0) {
|
||||||
continue
|
continue
|
||||||
|
|
Загрузка…
Ссылка в новой задаче