File tree Expand file tree Collapse file tree
eng/pipelines/templates/jobs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 pwsh : true
164164 ScriptType : InlineScript
165165 Inline : |
166- Start-Process "node" -ArgumentList "launch.js run start-browser-relay" -NoNewWindow -WorkingDirectory "$(Build.SourcesDirectory)/common/tools/dev-tool"
166+ Start-Process "node" -ArgumentList "launch.ts run start-browser-relay" -NoNewWindow -WorkingDirectory "$(Build.SourcesDirectory)/common/tools/dev-tool"
167167 for ($i = 0; $i -lt 10; $i++) {
168168 try {
169169 Invoke-WebRequest -Uri "http://localhost:4895/health" | Out-Null
@@ -184,7 +184,7 @@ jobs:
184184
185185 - ${{ else }} :
186186 - pwsh : |
187- Start-Process "node" -ArgumentList "launch.js run start-browser-relay" -NoNewWindow -WorkingDirectory "$(Build.SourcesDirectory)/common/tools/dev-tool"
187+ Start-Process "node" -ArgumentList "launch.ts run start-browser-relay" -NoNewWindow -WorkingDirectory "$(Build.SourcesDirectory)/common/tools/dev-tool"
188188 for ($i = 0; $i -lt 10; $i++) {
189189 try {
190190 Invoke-WebRequest -Uri "http://localhost:4895/health" | Out-Null
You can’t perform that action at this time.
0 commit comments