Add pause to runclient (#37748)
This commit is contained in:
parent
58b3e572be
commit
cb8e7446a4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
dotnet run --project Content.Client --configuration Tools
|
dotnet run --project Content.Client --configuration Tools
|
||||||
|
pause
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
dotnet run --project Content.Client
|
dotnet run --project Content.Client
|
||||||
|
pause
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue