Skip to content

Commit a9ac2aa

Browse files
committed
remove username
1 parent 19f2e59 commit a9ac2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ 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`":`"$ADORepoUri`",`"username`":`"AzureDevOps`",`"password`":`"$($azt.Token)`"}]}"
84+
$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{`"endpointCredentials`":[{`"endpoint`":`"$ADORepoUri`",`"password`":`"$($azt.Token)`"}]}"
8585
8686
$vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
8787
Write-Host "sending " + $vstsCommandString

0 commit comments

Comments
 (0)