We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40731d3 commit 3168804Copy full SHA for 3168804
readme.md
@@ -468,7 +468,9 @@ out precisely what it is you want to inject into the .nupkg. For example:
468
469
```xml
470
<Target Name="AddPackageContents" BeforeTargets="GetPackageContents">
471
- <PackageFile Include="$(MSBuildProjectDirectory)\..\docs\**\*.md" PackagePath="docs\%(RelativeDir)%(Filename)%(Extension)" />
+ <ItemGroup>
472
+ <PackageFile Include="$(MSBuildProjectDirectory)\..\docs\**\*.md" PackagePath="docs\%(RelativeDir)%(Filename)%(Extension)" />
473
+ </ItemGroup>
474
</Target>
475
```
476
0 commit comments