File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,10 @@ jobs:
8282 $ADORepoUri = "https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
8383
8484
85- $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$($ADORepoUri), 'password':$($azt.Token)}]}"
85+ $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$($ADORepoUri), 'username': 'AzureDevOps', ' password':$($azt.Token)}]}"
8686
8787 $vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
8888 Write-Host "sending " + $vstsCommandString
89- Write-Host "sending azt $($azt.Token)"
9089 Write-Host "##$vstsCommandString"
9190 displayName : ' Setup Azure Artifacts Credential Provider secret'
9291 condition : eq(${{ parameters.useAzAuth }}, false)
You can’t perform that action at this time.
0 commit comments