8 lines
373 B
Batchfile
8 lines
373 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
|
|
if exist .\bin\Release\Client\SubProcess rmdir .\bin\Release\Client\SubProcess /s /q |