Add README.md to Nuget package

This commit is contained in:
TSR Berry 2022-12-15 17:59:33 +01:00
parent 3f17bc34b1
commit 2fc980ef9e
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -9,6 +9,7 @@
<Title>Ryujinx.CustomTasks</Title>
<Description>A collection of custom MSBuild tasks.</Description>
<RepositoryUrl>https://github.com/Ryujinx/Ryujinx.CustomTasks</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@ -23,6 +24,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<Content Include="build/Ryujinx.CustomTasks.props" PackagePath="build\" />
<Content Include="build/Ryujinx.CustomTasks.targets" PackagePath="build\" />
</ItemGroup>