We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac90e7 commit 7d769b3Copy full SHA for 7d769b3
src/NetEvolve.Defaults/build/SupportPackageInformation.targets
@@ -12,7 +12,7 @@
12
13
<PackageLicenseExpression Condition=" '$(PackageLicenseExpression)' == '' and '$(PackageLicenseFile)' == '' ">MIT</PackageLicenseExpression>
14
<PackageReadmeFile Condition=" '$(PackageReadmeFile)' == '' ">README.md</PackageReadmeFile>
15
- <PackageIcon Condition=" '$(PackageIcon)' == '' ">logo.png</PackageIcon>
+ <PackageIcon Condition="'$(DisablePackageLogo)' != 'true' and '$(PackageIcon)' == '' ">logo.png</PackageIcon>
16
17
<PublishRepositoryUrl Condition=" '$(PublishRepositoryUrl)' == '' ">true</PublishRepositoryUrl>
18
<RepositoryType Condition=" '$(RepositoryType)' == '' ">git</RepositoryType>
0 commit comments