Files
RAGECOOP-V/build.cmd

9 lines
371 B
Batchfile
Raw Normal View History

2023-02-16 18:56:56 +08:00
cd "%~dp0"
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
2023-02-16 18:56:56 +08:00
dotnet build -c API Client\RageCoop.Client.Scripting.csproj
2022-12-04 20:57:42 +08:00
del .\bin\API\RageCoop.Server.exe
2023-01-28 23:19:05 +08:00
if exist .\bin\Release\Client\SubProcess rmdir .\bin\Release\Client\SubProcess /s /q