2023-02-16 18:56:56 +08:00
|
|
|
cd "%~dp0"
|
2023-02-01 21:21:07 +08:00
|
|
|
git submodule update --init
|
2022-11-05 18:35:39 +08:00
|
|
|
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
|