Skip to content

Commit

Permalink
Adds README to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 7, 2021
1 parent b2ff39d commit 966b0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Expand Up @@ -6,13 +6,16 @@
<PackageLicenseFile>License</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)../README.md" Pack="true" PackagePath="/"/>
<None Include="$(MSBuildThisFileDirectory)..\License" Pack="true" PackagePath=""/>
</ItemGroup>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<IsTestProject>false</IsTestProject>
<PackageReadmeFile>README.md</PackageReadmeFile> <!--https://docs.microsoft.com/en-gb/nuget/reference/msbuild-targets#packagereadmefile -->

<!-- Sourcelink -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit 966b0b6

Please sign in to comment.