mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07: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
|
|
@ -16,10 +16,4 @@
|
|||
<RepositoryType>Public</RepositoryType>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<TrimmerRootAssembly Include="System.Runtime" />
|
||||
<TrimmerRootAssembly Include="System.Diagnostics.Debug" />
|
||||
<TrimmerRootAssembly Include="System.Runtime.Extensions" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue