mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
none<build>: do NOT trim output for self-contained
This commit is contained in:
parent
0bf1261ecb
commit
f8561bb9da
2 changed files with 1 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd src
|
||||
|
||||
dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained=true
|
||||
dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true --self-contained=true
|
||||
dotnet publish -c Release -r win-x64 -o ..\publish\ -p:PublishSingleFile=true --self-contained=false
|
||||
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue