Skip to content

Commit 7d769b3

Browse files
authored
fix: Logo again :/ (#78)
1 parent bac90e7 commit 7d769b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetEvolve.Defaults/build/SupportPackageInformation.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PackageLicenseExpression Condition=" '$(PackageLicenseExpression)' == '' and '$(PackageLicenseFile)' == '' ">MIT</PackageLicenseExpression>
1414
<PackageReadmeFile Condition=" '$(PackageReadmeFile)' == '' ">README.md</PackageReadmeFile>
15-
<PackageIcon Condition=" '$(PackageIcon)' == '' ">logo.png</PackageIcon>
15+
<PackageIcon Condition="'$(DisablePackageLogo)' != 'true' and '$(PackageIcon)' == '' ">logo.png</PackageIcon>
1616

1717
<PublishRepositoryUrl Condition=" '$(PublishRepositoryUrl)' == '' ">true</PublishRepositoryUrl>
1818
<RepositoryType Condition=" '$(RepositoryType)' == '' ">git</RepositoryType>

0 commit comments

Comments
 (0)