We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476fc56 commit 2d594a9Copy full SHA for 2d594a9
eng/common/scripts/job-matrix/Create-JobMatrix.ps1
@@ -54,7 +54,9 @@ LogGroupEnd
54
$serialized = SerializePipelineMatrix $matrix
55
56
Write-Host "Generated matrix:"
57
-Write-Host $serialized.pretty
+
58
+# Write-Output required to support other scripts that call this script directly
59
+Write-Output $serialized.pretty
60
61
if ($CI) {
62
Write-Output "##vso[task.setVariable variable=matrix;isOutput=true]$($serialized.compressed)"
0 commit comments