fix packing of nuget build props
This commit is contained in:
parent
acd6edaa63
commit
54185e7877
1 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include=".\package-readme.md" Pack="true" PackagePath="\" />
|
<None Include=".\package-readme.md" Pack="true" PackagePath="\" />
|
||||||
<None Include="Project.props" Pack="true" PackagePath="build\$(AssemblyName).props" />
|
<None Include="Project.props" Pack="true" PackagePath="build\$(PackageId).props" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in a new issue