Skip to content

Commit

Permalink
fix: temporarily prevent trimming until #61 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Nov 19, 2023
1 parent 5d2090f commit f757b87
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishTrimmed>true</PublishTrimmed>
<!--Restore after https://github.com/dev-cycles/contextive/issues/61 is resolved. -->
<!--<PublishReadyToRun>true</PublishReadyToRun>-->
<!--<PublishTrimmed>true</PublishTrimmed>-->
</PropertyGroup>
<ItemGroup>
<Compile Include="Seq.fs" />
Expand Down

0 comments on commit f757b87

Please sign in to comment.