🔧 Fixes condition for including README in NuGet package
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Use readme as nuget information -->
|
<!-- Use readme as nuget information -->
|
||||||
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMe) != ''">
|
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMeExists) == 'True'">
|
||||||
<Content Include="$(ProjectReadMe)" Pack="true" PackagePath="" Visible="true"/>
|
<Content Include="$(ProjectReadMe)" Pack="true" PackagePath="" Visible="true"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user