Fix packing issue
This commit is contained in:
parent
052db40567
commit
03e555a24e
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="build\**\*.targets" Pack="true" PackagePath="%(Identity)" />
|
<Content Include="build\**\*.targets" Pack="true" PackagePath="%(Identity)" />
|
||||||
<Content Include="build\xunit.runner.json" Pack="true" PackagePath="%(Identity)" />
|
<Content Include="build\**\xunit.runner.json" Pack="true" PackagePath="%(Identity)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue