We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PackageLicenseFile
1 parent 60e24c6 commit 25c4f9aCopy full SHA for 25c4f9a
src/NetEvolve.Defaults/build/SupportPackageInformation.targets
@@ -10,7 +10,7 @@
10
<IncludeSymbols Condition=" '$(IncludeSymbols)' == '' ">true</IncludeSymbols>
11
<SymbolPackageFormat Condition=" '$(SymbolPackageFormat)' == '' ">snupkg</SymbolPackageFormat>
12
13
- <PackageLicenseExpression Condition=" '$(PackageLicenseExpression)' == '' ">MIT</PackageLicenseExpression>
+ <PackageLicenseExpression Condition=" '$(PackageLicenseExpression)' == '' and '$(PackageLicenseFile)' == '' ">MIT</PackageLicenseExpression>
14
<PackageReadmeFile Condition=" '$(PackageReadmeFile)' == '' ">README.md</PackageReadmeFile>
15
<PackageIcon Condition=" '$(PackageIcon)' == '' ">logo.png</PackageIcon>
16
0 commit comments