We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f2e59 commit a9ac2aaCopy full SHA for a9ac2aa
1 file changed
.ci/test.yml
@@ -81,7 +81,7 @@ jobs:
81
$ADORepoName = "psrg-credprovidertest"
82
$ADORepoUri = "https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
83
84
- $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{`"endpointCredentials`":[{`"endpoint`":`"$ADORepoUri`",`"username`":`"AzureDevOps`",`"password`":`"$($azt.Token)`"}]}"
+ $VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{`"endpointCredentials`":[{`"endpoint`":`"$ADORepoUri`",`"password`":`"$($azt.Token)`"}]}"
85
86
$vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
87
Write-Host "sending " + $vstsCommandString
0 commit comments