Fix matrix CI tests (#5355)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-03-01 11:14:04 -08:00 committed by GitHub
parent 2d8c940f55
commit 59976a3c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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