增加发布命令
This commit is contained in:
parent
b1a4a79d64
commit
b85d6f1360
3
FastGithub/publish.cmd
Normal file
3
FastGithub/publish.cmd
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user