File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8787 $vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
8888 Write-Host "sending " + $vstsCommandString
8989 Write-Host "##$vstsCommandString"
90+ $plain = ConvertFrom-SecureString $($azt.Token) -AsPlainText
91+ write-host "plain: $plain"
9092 displayName : ' Setup Azure Artifacts Credential Provider secret'
9193 condition : eq(${{ parameters.useAzAuth }}, false)
9294
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
77
88 BeforeAll{
99 $TestModuleName = " TestModule99"
10- $ADORepoName = " ADORepository "
10+ $ADORepoName = " psrg-credprovidertest "
1111 $ADORepoUri = " https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
1212 # https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v3/index.json
1313 $LocalRepoName = " LocalRepository"
You can’t perform that action at this time.
0 commit comments