Skip to content

Commit

Permalink
Fix of buildTransitive feature of package
Browse files Browse the repository at this point in the history
It was accidentally removed when migrating to newer approach in a917371
  • Loading branch information
PadreSVK authored and kzu committed Aug 5, 2022
1 parent 5498741 commit c01d13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitInfo/GitInfo.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ItemGroup>
<None Include="build/**/*.*" />
<None Include="buildMultiTargeting/**/*.*" />
<None Include="buildTransitive/**/*.*" />
<None Include="..\..\readme.md" PackagePath="readme.md" />
</ItemGroup>
</Project>

0 comments on commit c01d13e

Please sign in to comment.