Add Additional Testing Scripts (#4571)

* Add additional testing scripts

* Edited batch scripts for consistency
This commit is contained in:
Eagle0600 2025-11-19 05:42:52 +10:00 committed by GitHub
parent d4b7739b1a
commit cd084cdbcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

3
RunBoth-Quick.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
start "DeltaVServer" cmd /k "runserver-Quick.bat"
start "DeltaVClient" cmd /k "runclient-Quick.bat"

3
runclient-Quick.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.Client --no-build
pause

3
runserver-Quick.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.Server --no-build
pause

View File

@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.YAMLLinter --no-build
pause

3
runtestsYAMLLinter.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.YAMLLinter
pause