From afb41afa5800788051c3082f00d49cf52d8a32b4 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 17 May 2024 13:41:46 -0700 Subject: [PATCH] properly feed the proxy output into the log on windows (#5569) Co-authored-by: Scott Beddall (from Dev Box) --- eng/common/testproxy/test-proxy-tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/testproxy/test-proxy-tool.yml b/eng/common/testproxy/test-proxy-tool.yml index 9494b1cf0..d520c7689 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)"