增加发布命令

This commit is contained in:
陈国伟 2021-06-17 10:11:11 +08:00
parent b1a4a79d64
commit b85d6f1360

3
FastGithub/publish.cmd Normal file
View File

@ -0,0 +1,3 @@
dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r win-x86 -o ./bin/publish/win-x86
dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r win-x64 -o ./bin/publish/win-x64
dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r linux-x64 -o ./bin/publish/linux-x64