mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
* Update test.runsettings target framework to net8.0 * Update start_server.bat for net8 * tests: prefer existing config
7 lines
210 B
Batchfile
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
|