Add pause to runclient (#37748)
This commit is contained in:
parent
3c22b21912
commit
ab5e1edb00
|
|
@ -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…
Reference in New Issue