File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 if [[ "$(uname)" == "Darwin" ]]; then
7979 export DOTNET_ROOT="$HOME/.dotnet"
8080 fi
81- echo "nohup $(PROXY_EXE) start -u --storage-location ${{ parameters.rootFolder }} -- --urls ${{ parameters.proxyUrl }} 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &"
82- nohup $(PROXY_EXE) start -u --storage-location ${{ parameters.rootFolder }} -- --urls ${{ parameters.proxyUrl }} 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &
81+ echo "nohup $(PROXY_EXE) start -u --storage-location ${{ parameters.rootFolder }} -- --urls \" ${{ parameters.proxyUrl }}\" 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &"
82+ nohup $(PROXY_EXE) start -u --storage-location ${{ parameters.rootFolder }} -- --urls " ${{ parameters.proxyUrl }}" 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &
8383
8484 echo $! > $(Build.SourcesDirectory)/test-proxy.pid
8585
Original file line number Diff line number Diff line change 9191 if [[ "$(uname)" == "Darwin" ]]; then
9292 export DOTNET_ROOT="$HOME/.dotnet"
9393 fi
94- nohup $(Build.BinariesDirectory)/test-proxy/test-proxy start -u --storage-location ${{ parameters.rootFolder }} -- --urls ${{ parameters.proxyUrl }} 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &
94+ nohup $(Build.BinariesDirectory)/test-proxy/test-proxy start -u --storage-location ${{ parameters.rootFolder }} -- --urls " ${{ parameters.proxyUrl }}" 1>${{ parameters.rootFolder }}/test-proxy.log 2>${{ parameters.rootFolder }}/test-proxy-error.log &
9595
9696 echo $! > $(Build.SourcesDirectory)/test-proxy.pid
9797
You can’t perform that action at this time.
0 commit comments