File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ try {
234234 Start-Sleep - s 25
235235
236236 Write-Host " Starting ServicePulse"
237- $pulse = (Start-Process " .\Platform\servicepulse\ServicePulse.Host.exe" - WorkingDirectory " .\Platform\servicepulse" - Verb runAs - PassThru - WindowStyle Minimized)
237+ $pulse = (Start-Process " .\Platform\servicepulse\ServicePulse.Host.exe" - ArgumentList " --url= `" http://localhost:8051 `" " - WorkingDirectory " .\Platform\servicepulse" - Verb runAs - PassThru - WindowStyle Minimized)
238238
239239 Write-Host - ForegroundColor Yellow " Press ENTER to shut down demo"
240240 Read-Host
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ try {
157157 Start-Sleep - s 25
158158
159159 Write-Host " Starting ServicePulse"
160- $pulse = (Start-Process " .\Platform\servicepulse\ServicePulse.Host.exe" - WorkingDirectory " .\Platform\servicepulse" - Verb runAs - PassThru - WindowStyle Minimized)
160+ $pulse = (Start-Process " .\Platform\servicepulse\ServicePulse.Host.exe" - ArgumentList " --url= `" http://localhost:8051 `" " - WorkingDirectory " .\Platform\servicepulse" - Verb runAs - PassThru - WindowStyle Minimized)
161161
162162 Write-Host - ForegroundColor Yellow " Press ENTER to shutdown demo"
163163 Read-Host
You can’t perform that action at this time.
0 commit comments