File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,14 +81,19 @@ jobs:
8181 $ADORepoName = "psrg-credprovidertest"
8282 $ADORepoUri = "https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
8383
84- $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$ADOV2RepoUri, 'password':$azt.Token}]}"
84+
85+ $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$ADOV2RepoUri, 'password':$($azt.Token)}]}"
8586
8687 $vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
8788 Write-Host "sending " + $vstsCommandString
8889 Write-Host "##$vstsCommandString"
8990 displayName : ' Setup Azure Artifacts Credential Provider secret'
9091 condition : eq(${{ parameters.useAzAuth }}, false)
9192
93+ - pwsh : |
94+ Get-ChildItem -Path env: | Out-String -width 9999 -Stream | Write-Verbose -Verbose
95+ displayName: Capture environment
96+
9297 - task : AzurePowerShell@5
9398 inputs :
9499 azureSubscription : PSResourceGetACR
You can’t perform that action at this time.
0 commit comments