Skip to content

Commit 992af99

Browse files
committed
Add capture environment
1 parent 8436ac4 commit 992af99

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.ci/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,19 @@ 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':$ADOV2RepoUri, 'password':$azt.Token}]}"
84+
85+
$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':$ADOV2RepoUri, 'password':$($azt.Token)}]}"
8586
8687
$vstsCommandString = "vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
8788
Write-Host "sending " + $vstsCommandString
8889
Write-Host "##$vstsCommandString"
8990
displayName: 'Setup Azure Artifacts Credential Provider secret'
9091
condition: eq(${{ parameters.useAzAuth }}, false)
9192

93+
- pwsh: |
94+
Get-ChildItem -Path env: | Out-String -width 9999 -Stream | Write-Verbose -Verbose
95+
displayName: Capture environment
96+
9297
- task: AzurePowerShell@5
9398
inputs:
9499
azureSubscription: PSResourceGetACR

0 commit comments

Comments
 (0)