mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 12:09:34 +08:00
4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
@echo off
|
|
call dotnet clean
|
|
call dotnet build -c Release
|
|
pause |