Skip to content

Commit

Permalink
Remove abppkg.json files on build
Browse files Browse the repository at this point in the history
  • Loading branch information
yekalkan committed Jul 28, 2021
1 parent a7030ca commit e8fde2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Content Remove="*.abppkg.json"/>
<None Include="*.abppkg.json">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit e8fde2d

Please sign in to comment.