Skip to content

Commit 19f2e59

Browse files
committed
change variable contents
1 parent b82a714 commit 19f2e59

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.ci/test.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,8 @@ 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 = @"
85-
{
86-
"endpointCredentials": [
87-
{
88-
"endpoint": "$ADORepoUri",
89-
"username": "AzureDevOps",
90-
"password": "$($azt.Token)"
91-
}
92-
]
93-
}
94-
"@
95-
84+
$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{`"endpointCredentials`":[{`"endpoint`":`"$ADORepoUri`",`"username`":`"AzureDevOps`",`"password`":`"$($azt.Token)`"}]}"
85+
9686
$vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
9787
Write-Host "sending " + $vstsCommandString
9888
Write-Host "##$vstsCommandString"

0 commit comments

Comments
 (0)