Skip to content

Commit 8673a4d

Browse files
elbrunoCopilot
andcommitted
fix: add nuget_logo.png to Tool package to fix NU5046 pack error
The Tool project was missing the icon file include that all other packable projects had, causing dotnet pack to fail with NU5046 in CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 35e6376 commit 8673a4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ElBruno.QRCodeGenerator.Tool/ElBruno.QRCodeGenerator.Tool.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@
2424
<ProjectReference Include="..\ElBruno.QRCodeGenerator.Pdf\ElBruno.QRCodeGenerator.Pdf.csproj" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<None Include="$(MSBuildThisFileDirectory)..\..\images\nuget_logo.png" Pack="true" PackagePath="" />
29+
</ItemGroup>
30+
2731
</Project>

0 commit comments

Comments
 (0)