Skip to content

Commit

Permalink
Always return an array as matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Jul 22, 2024
1 parent f8d698f commit 2371251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Get-VersionMatrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ if ($vsixData.Length -eq 0)
return;
}

$vsixData | ConvertTo-Json -Compress
$vsixData | ConvertTo-Json -Compress -AsArray

0 comments on commit 2371251

Please sign in to comment.