Skip to content

Commit

Permalink
Merge pull request #2 from snovak7/main
Browse files Browse the repository at this point in the history
[Revert] Fix copy resources to dependent packages
  • Loading branch information
snovak7 authored Apr 14, 2023
2 parents 779a29f + 9cb3d41 commit 07d3224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Escendit.Tools.Branding/Escendit.Tools.Branding.targets
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<ItemGroup>
<None Pack="true" PackagePath="" Include="$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)\..\LICENSE.txt'))" Visible="false">
<None Pack="true" PackagePath="" Include="$(MSBuildThisFileDirectory)\..\LICENSE.txt" Visible="false">
<Link>LICENSE.txt</Link>
</None>
<None Pack="true" PackagePath="" Include="$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)\..\packageIcon.png'))" Visible="false">
<None Pack="true" PackagePath="" Include="$(MSBuildThisFileDirectory)\..\packageIcon.png" Visible="false">
<Link>packageIcon.png</Link>
</None>
</ItemGroup>
Expand Down

0 comments on commit 07d3224

Please sign in to comment.