diff --git a/src/quantum/tests.live/Run.ps1 b/src/quantum/tests.live/Run.ps1 index 9a372c25b28..b572afe75d2 100644 --- a/src/quantum/tests.live/Run.ps1 +++ b/src/quantum/tests.live/Run.ps1 @@ -26,7 +26,9 @@ function Invoke-SASTokenObfuscation { } # For debug, print all relevant environment variables: -Get-ChildItem env:AZURE*, env:*VERSION, env:*OUTDIR | Format-Table | Out-String | Write-Host +Get-ChildItem env:AZURE*, env:*VERSION, env:*OUTDIR | ForEach-Object { + Write-Host $_.Name "=" $_.Value +} # Remembering current folder location Push-Location .