forked from project-redbud/FunGame-Core
移除了类库的目标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
|
@echo off
|
||||||
call dotnet clean
|
call dotnet clean
|
||||||
call dotnet build -c Release -r win-x64
|
call dotnet build -c Release
|
||||||
pause
|
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
|
@echo off
|
||||||
call dotnet clean
|
call dotnet clean
|
||||||
call dotnet publish -c Release -r win-x64
|
call dotnet publish -c Release
|
||||||
pause
|
pause
|
||||||
Loading…
x
Reference in New Issue
Block a user