mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 00:06:02 +00:00
移除了类库的目标runtime
This commit is contained in:
parent
7bc244ff49
commit
9dea64f8cc
@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
call dotnet clean
|
||||
call dotnet build -c Release -r linux-x64
|
||||
pause
|
||||
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
call dotnet clean
|
||||
call dotnet build -c Release -r win-x64
|
||||
call dotnet build -c Release
|
||||
pause
|
||||
@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
call dotnet clean
|
||||
call dotnet publish -c Release -r linux-x64
|
||||
pause
|
||||
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
call dotnet clean
|
||||
call dotnet publish -c Release -r win-x64
|
||||
call dotnet publish -c Release
|
||||
pause
|
||||
Loading…
x
Reference in New Issue
Block a user