Skip to content

Commit

Permalink
E2E: Use http*_proxy for proxy test suite build step (#5749)
Browse files Browse the repository at this point in the history
  • Loading branch information
and-rewsmith authored Oct 26, 2021
1 parent 452fcc5 commit 83ca5fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builds/e2e/templates/e2e-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ steps:
$binDir = Convert-Path "$testDir/bin/Debug/netcoreapp3.1"
Write-Output "##vso[task.setvariable variable=binDir]$binDir"
env:
http_proxy: $(Agent.ProxyUrl)
https_proxy: $(Agent.ProxyUrl)
displayName: Build tests

- pwsh: |
Expand Down

0 comments on commit 83ca5fb

Please sign in to comment.