Skip to content

Commit bfcdc9a

Browse files
committed
Update endpoint variable for setting creds
1 parent fc5a264 commit bfcdc9a

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
@@ -82,7 +82,7 @@ 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':$ADOV2RepoUri, 'password':$($azt.Token)}]}"
85+
$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$($ADOV2RepoUri), '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

0 commit comments

Comments
 (0)