Add Additional Testing Scripts (#4571)
* Add additional testing scripts * Edited batch scripts for consistency
This commit is contained in:
parent
d4b7739b1a
commit
cd084cdbcc
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
start "DeltaVServer" cmd /k "runserver-Quick.bat"
|
||||
start "DeltaVClient" cmd /k "runclient-Quick.bat"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
dotnet run --project Content.Client --no-build
|
||||
pause
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
dotnet run --project Content.Server --no-build
|
||||
pause
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
dotnet run --project Content.YAMLLinter --no-build
|
||||
pause
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
dotnet run --project Content.YAMLLinter
|
||||
pause
|
||||
Loading…
Reference in New Issue