Skip to content

Commit c8d01ee

Browse files
committed
add logging
1 parent 1ae81db commit c8d01ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
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

test/CredentialProvider.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)