forked from project-redbud/FunGame-Core
update bat
This commit is contained in:
parent
95526ec3d1
commit
0391f4f045
@ -1,3 +1,5 @@
|
||||
@echo off
|
||||
call dotnet publish -c Release -r linux-x64
|
||||
call cd src
|
||||
call dotnet clean
|
||||
call dotnet build -c Release -r linux-x64
|
||||
pause
|
||||
5
build-release-x64.bat
Normal file
5
build-release-x64.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
call cd src
|
||||
call dotnet clean
|
||||
call dotnet build -c Release -r win-x64
|
||||
pause
|
||||
5
publish-linux-x64.bat
Normal file
5
publish-linux-x64.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
call cd src
|
||||
call dotnet clean
|
||||
call dotnet publish -c Release -r linux-x64
|
||||
pause
|
||||
5
publish-release-x64.bat
Normal file
5
publish-release-x64.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
call cd src
|
||||
call dotnet clean
|
||||
call dotnet publish -c Release -r win-x64
|
||||
pause
|
||||
Loading…
x
Reference in New Issue
Block a user