Skip to content

Commit

Permalink
fix(build): Fixed missing Generic.xaml as source for generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly committed Oct 27, 2020
1 parent 8b8ff63 commit 5e27b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uno.UI.Toolkit/Uno.UI.Toolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
<None Include="$(MSBuildThisFileDirectory)**/*.xaml" Exclude="bin/**/*.xaml;obj/**/*.xaml" />

<!-- Remove all xaml files as netstandard2.0 is the reference target and won't be used at runtime -->
<Page Remove="@(Page)" />
<PageToRemove Remove="@(Page)" />
<Page Remove="@(PageToRemove)" />
</ItemGroup>

<!-- Override existing target, this project cannot be published -->
Expand Down

0 comments on commit 5e27b29

Please sign in to comment.