We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9af1 commit 3512ce4Copy full SHA for 3512ce4
eng/common/testproxy/test-proxy-tool.yml
@@ -54,7 +54,7 @@ steps:
54
55
- pwsh: |
56
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
57
- -ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
+ -ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
58
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
59
60
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"
0 commit comments