properly feed the proxy output into the log on windows (#5569)

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-05-17 13:41:46 -07:00 committed by GitHub
parent 260ae116cc
commit afb41afa58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"