ace/Source/ACE.Server/start_server.bat
Galli 38ac4c2395
Updated Test Scripts and start_server.bat (#4327)
* Update test.runsettings target framework to net8.0

* Update start_server.bat for net8

* tests: prefer existing config
2025-07-16 00:32:42 -04:00

7 lines
210 B
Batchfile

@cd %~dp0
@if not exist "ACE.Server.dll" (
echo please run the copy of this file residing in the build output directory, e.g. .\bin\x64\<Configuration>\net8.0\
pause
exit /b
)
dotnet ACE.Server.dll