Skip to content

Commit 897844a

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add tracing
1 parent e4ed5d7 commit 897844a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ extends:
145145
pwsh: true
146146
script: |
147147
$header = "Bearer $($env:TOKEN)"
148+
Write-Host $env:TOKEN.Length
148149
Write-Host "##vso[task.setvariable variable=CARGO_REGISTRIES_POWERSHELL_TOKEN]$header"
149150
displayName: 'Set CARGO_REGISTRIES_POWERSHELL_TOKEN'
150151
env:

0 commit comments

Comments
 (0)