diff --git a/eng/common/testproxy/test-proxy-tool.yml b/eng/common/testproxy/test-proxy-tool.yml index 9494b1cf0b..d520c76893 100644 --- a/eng/common/testproxy/test-proxy-tool.yml +++ b/eng/common/testproxy/test-proxy-tool.yml @@ -54,7 +54,7 @@ steps: - pwsh: | $Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe ` - -ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" ` + -ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" ` -NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"