Skip to content

Commit 42b3884

Browse files
azure-sdksima-zhu
andauthored
Sync eng/common directory with azure-sdk-tools for PR 4701 (Azure#27508)
* Make the env variable upper case * Adding debug messages. * Log out the link Co-authored-by: sima-zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]>
1 parent 711d929 commit 42b3884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/common/scripts/Queue-Pipeline.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ if ($VsoQueuedPipelines) {
114114
}else {
115115
"[$($resp.definition.name)]($($resp._links.web.href))"
116116
}
117-
$QueuedPipelineLinks
117+
LogDebug "Here are the queued pipeline links: "
118+
LogDebug $QueuedPipelineLinks
118119
Write-Host "##vso[task.setvariable variable=$VsoQueuedPipelines]$QueuedPipelineLinks"
119120
}

0 commit comments

Comments
 (0)