Delete subprocess folder after build
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user