Files
RAGECOOP-V/build.cmd
Sardelka9515 f1b9bf0571 Some works for the new resource system
Rewrite some parts of CustomEvent
Expose some API as dll entry
2023-02-01 21:29:25 +08:00

9 lines
401 B
Batchfile

git submodule update --init
if exist "bin" rmdir /s /q "bin"
dotnet build -c Release
dotnet build -c API Core\RageCoop.Core.csproj
dotnet build -c API Server\RageCoop.Server.csproj
cd %~dp0
copy .\Client\Scripts\obj\Release\ref\RageCoop.Client.dll .\bin\API\RageCoop.Client.dll /y
del .\bin\API\RageCoop.Server.exe
if exist .\bin\Release\Client\SubProcess rmdir .\bin\Release\Client\SubProcess /s /q