移除了类库的目标runtime

This commit is contained in:
milimoe 2024-05-12 23:19:52 +08:00
parent 7bc244ff49
commit 9dea64f8cc
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E
4 changed files with 2 additions and 10 deletions

View File

@ -1,4 +0,0 @@
@echo off
call dotnet clean
call dotnet build -c Release -r linux-x64
pause

View File

@ -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

View File

@ -1,4 +0,0 @@
@echo off
call dotnet clean
call dotnet publish -c Release -r linux-x64
pause

View File

@ -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