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