Skip to content

Commit 7a17fca

Browse files
azure-sdkscbedd
andauthored
Sync eng/common directory with azure-sdk-tools for PR 8157 (#29421)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8157 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
1 parent 3164c9d commit 7a17fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
5555
- pwsh: |
5656
$Process = Start-Process $(Build.BinariesDirectory)/test-proxy/test-proxy.exe `
57-
-ArgumentList "start --storage-location ${{ parameters.rootFolder }} -U" `
57+
-ArgumentList "start -u --storage-location ${{ parameters.rootFolder }}" `
5858
-NoNewWindow -PassThru -RedirectStandardOutput ${{ parameters.rootFolder }}/test-proxy.log
5959
6060
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"

0 commit comments

Comments
 (0)