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