Skip to content

Commit

Permalink
disable PublishReadyToRun for win-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Oct 28, 2020
1 parent 40c84f0 commit 4a6e1cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fvim.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' AND '$(RuntimeIdentifier)' == 'win-x64' ">
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
<Compile Include="DesignTime\TitleBarSampleData.fs" />
<Compile Include="DesignTime\EditorSampleData.fs" />
Expand Down

0 comments on commit 4a6e1cc

Please sign in to comment.