Skip to content

Commit 8e1d535

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
use isOutput
1 parent bed6501 commit 8e1d535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extends:
8383
scriptLocation: inlineScript
8484
inlineScript: |
8585
$token = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
86-
$vstsCommandString = "vso[task.setvariable variable=AzToken;]$token"
86+
$vstsCommandString = "vso[task.setvariable variable=AzToken;isoutput=true]$token"
8787
Write-Host "Setting token"
8888
Write-Host "##$vstsCommandString"
8989

0 commit comments

Comments
 (0)