Files
RAGECOOP-V/build.cmd
2022-12-04 20:57:42 +08:00

8 lines
332 B
Batchfile

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
rmdir .\bin\Release\Client\SubProcess /s /q