Delete subprocess folder after build

This commit is contained in:
sardelka9515
2022-12-04 20:57:42 +08:00
parent 3a9068f060
commit 174f711e42

View File

@ -4,4 +4,5 @@ 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
del .\bin\API\RageCoop.Server.exe
rmdir .\bin\Release\Client\SubProcess /s /q