mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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…
Reference in a new issue