We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6fddc commit cfa8de9Copy full SHA for cfa8de9
eng/common/testproxy/test-proxy-tool.yml
@@ -63,7 +63,7 @@ steps:
63
64
# nohup does NOT continue beyond the current session if you use it within powershell
65
- bash: |
66
- nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>${{ parameters.rootFolder }}/test-proxy.log &
+ nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>$(Build.SourcesDirectory)/test-proxy.log &
67
68
echo $! > $(Build.SourcesDirectory)/test-proxy.pid
69
echo "##vso[task.setvariable variable=PROXY_PID]$(cat $(Build.SourcesDirectory)/test-proxy.pid)"
0 commit comments