FunGame-Core/build-release-x64.bat

4 lines
62 B
Batchfile

@echo off
call dotnet clean
call dotnet build -c Release
pause