Skip to content

Commit 708c2b8

Browse files
scbeddazure-sdk
authored andcommitted
properly feed the proxy output into the log on windows
1 parent 0421c58 commit 708c2b8

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
@@ -44,7 +44,7 @@ steps:
4444
4545
- pwsh: |
4646
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
47-
-ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
47+
-ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
4848
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
4949
5050
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"

0 commit comments

Comments
 (0)