mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
build: add a script to publish on Linux
This commit is contained in:
parent
8d533e5270
commit
fc0ac109d8
1 changed files with 3 additions and 0 deletions
3
src/BuildLinux.sh
Normal file
3
src/BuildLinux.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
dotnet publish -c Release -r linux-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
|
Loading…
Add table
Add a link
Reference in a new issue