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 b79422b commit b4e03afCopy full SHA for b4e03af
open-pullrequest.ps1
@@ -21,4 +21,5 @@ $body = "This PR was auto-generated with [the localization pipeline build]($buil
21
gh pr create --head $SourceBranch --title 'Localization update' --body $body
22
23
# Getting a link to the opened PR
24
-$env:PR_LINK = Get-PullRequest
+$PR_LINK = Get-PullRequest
25
+Write-Host "##vso[task.setvariable variable=PR_LINK]$PR_LINK"
0 commit comments