Skip to content

Commit 364b939

Browse files
azure-sdkscbedd
andauthored
Sync eng/common directory with azure-sdk-tools for PR 8295 (#29754)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8295 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Scott Beddall <scbedd@microsoft.com>
1 parent c709b13 commit 364b939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ steps:
6363
6464
# nohup does NOT continue beyond the current session if you use it within powershell
6565
- bash: |
66-
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>$(Build.SourcesDirectory)/test-proxy.log &
67-
66+
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>${{ parameters.rootFolder }}/test-proxy.log &
67+
6868
echo $! > $(Build.SourcesDirectory)/test-proxy.pid
6969
echo "##vso[task.setvariable variable=PROXY_PID]$(cat $(Build.SourcesDirectory)/test-proxy.pid)"
7070
displayName: "Run the testproxy - linux/mac"

0 commit comments

Comments
 (0)