Skip to content

Commit

Permalink
build: add a script to publish on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
love-linger committed Mar 8, 2024
1 parent 8d533e5 commit fc0ac10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BuildLinux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

dotnet publish -c Release -r linux-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained

0 comments on commit fc0ac10

Please sign in to comment.