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:
parent
260ae116cc
commit
afb41afa58
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user