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
|
|
|
|
cd %~dp0
|
|
|
|
copy .\Client\Scripts\obj\Release\ref\RageCoop.Client.dll .\bin\API\RageCoop.Client.dll /y
|
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
|