generated from kritikos-io/templates-dotnet
🔧 Updates packaging configuration for README and icon files
This commit is contained in:
@@ -148,12 +148,12 @@
|
|||||||
|
|
||||||
<!-- Use readme as nuget information -->
|
<!-- Use readme as nuget information -->
|
||||||
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMeExists) == 'True'">
|
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMeExists) == 'True'">
|
||||||
<Content Include="$(ProjectReadMe)" Pack="true" PackagePath="" Visible="true"/>
|
<Content Include="$(ProjectReadMe)" PackagePath="README.md" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Use nuget icon -->
|
<!-- Use nuget icon -->
|
||||||
<ItemGroup Label="Icon" Condition="$(IsPackable) == 'True' AND $(ProjectIconExists) == 'True'">
|
<ItemGroup Label="Icon" Condition="$(IsPackable) == 'True' AND $(ProjectIconExists) == 'True'">
|
||||||
<None Include="$(ProjectIcon)" Pack="true" PackagePath="icon.png" Visible="false"/>
|
<Content Include="$(ProjectIcon)" Pack="true" PackagePath="icon.png" Visible="false"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Uses pretty xUnit configuration -->
|
<!-- Uses pretty xUnit configuration -->
|
||||||
|
|||||||
Reference in New Issue
Block a user