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 72d5412 commit 2040aadCopy full SHA for 2040aad
eng/common/testproxy/test-proxy-tool.yml
@@ -44,7 +44,7 @@ steps:
44
45
- pwsh: |
46
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
47
- -ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
+ -ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
48
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
49
50
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"
0 commit comments