Skip to content

Commit

Permalink
chore: Adjust server start process
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 15, 2022
1 parent 129a527 commit e08d8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/run-tests-windows-server.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $BOOTSTRAP_TEST_RUNNER_PATH=$args[2]
$env:BOOTSTRAP_TEST_RUNNER_URL=$args[3]

cd $BOOTSTRAP_APP_PATH
$serverProcess = Start-Process dotnet -NoNewWindow -PassThru
$serverProcess = Start-Process $BOOTSTRAP_APP_EXE -NoNewWindow -PassThru

Try
{
Expand Down

0 comments on commit e08d8d5

Please sign in to comment.