Skip to content

Commit 3512ce4

Browse files
azure-sdkscbedd
andauthored
properly feed the proxy output into the log on windows (#35352)
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
1 parent c6f9af1 commit 3512ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)