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.
isOutput
1 parent bed6501 commit 8e1d535Copy full SHA for 8e1d535
.pipelines/DSC-Official.yml
@@ -83,7 +83,7 @@ extends:
83
scriptLocation: inlineScript
84
inlineScript: |
85
$token = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
86
- $vstsCommandString = "vso[task.setvariable variable=AzToken;]$token"
+ $vstsCommandString = "vso[task.setvariable variable=AzToken;isoutput=true]$token"
87
Write-Host "Setting token"
88
Write-Host "##$vstsCommandString"
89
0 commit comments