generated from kritikos-io/templates-dotnet
🔧 Fixes condition for including README in NuGet package
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- 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"/>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user