Skip to content

Commit afb41af

Browse files
azure-sdkscbedd
andauthored
properly feed the proxy output into the log on windows (#5569)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
1 parent 260ae11 commit afb41af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
5555
- pwsh: |
5656
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
57-
-ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
57+
-ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
5858
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
5959
6060
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"

0 commit comments

Comments
 (0)