7 lines
287 B
Batchfile
7 lines
287 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
|