Skip to content

Commit

Permalink
Add icon.png and Fix Preview GH action (#16743)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Sep 17, 2024
1 parent b3c4b46 commit b92ddab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@
<Owners>Orchard Core Community and Contributors</Owners>
</PropertyGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)/nuget-icon.png">
<Pack>True</Pack>
<PackagePath>icon.png</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit b92ddab

Please sign in to comment.