We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd41342 commit 5329965Copy full SHA for 5329965
1 file changed
src/Directory.Build.props
@@ -40,10 +40,10 @@
40
<None Include="../README.md" Pack="true" PackagePath="\" Condition="Exists('../README.md')" />
41
<!-- Icon -->
42
<None
43
- Include="../branding/icon.png"
+ Include="../branding/logo.png"
44
Pack="true"
45
PackagePath="\"
46
- Condition="Exists('../branding/icon.png')"
+ Condition="Exists('../branding/logo.png')"
47
/>
48
</ItemGroup>
49
</Project>
0 commit comments