Skip to content

Commit

Permalink
properly feed the proxy output into the log on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Apr 24, 2024
1 parent 7bfa1b7 commit 186f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/testproxy/test-proxy-tool.yml
Expand Up @@ -44,7 +44,7 @@ steps:
- pwsh: |
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
-ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
-ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"
Expand Down

0 comments on commit 186f8e5

Please sign in to comment.