Skip to content

Commit

Permalink
Disable trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 7, 2023
1 parent 2381197 commit 72f8f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTCPayServer.Vault/BTCPayServer.Vault.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
</ItemGroup>

<PropertyGroup Condition="'$(GithubDistrib)' == 'true'">
<PublishTrimmed>true</PublishTrimmed>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<!--<PublishTrimmed>true</PublishTrimmed>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>-->
<SelfContained>true</SelfContained>
</PropertyGroup>
</Project>

0 comments on commit 72f8f50

Please sign in to comment.