Skip to content

Commit

Permalink
Test only change - Update logging of environment variable (Azure#7636)
Browse files Browse the repository at this point in the history
* Assign storage account contributor to workspace

* Update version

* fix logging
  • Loading branch information
ashwinmayya authored May 23, 2024
1 parent 9b5d2f0 commit 54a5155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quantum/tests.live/Run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 54a5155

Please sign in to comment.