Skip to content

Commit

Permalink
Fix including Nuget tool path into SHFBComponentPath (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ri committed Dec 20, 2021
1 parent 6bf123d commit 6a709b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NuGet/EWSoftware.SHFB.ReflectionData.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<PropertyGroup>
<!-- For backward compatibility with SHFB 2021.4.9 and earlier -->
<ComponentPath Condition="$(ComponentPath) == ''">$(MSBuildThisFileDirectory)..\tools\</ComponentPath>
</PropertyGroup>

<ItemGroup>
<!-- For all SHFB versions after 2021.4.9 -->
<SHFBComponentPath Include="$(MSBuildThisFileDirectory)..\tools\" />
</PropertyGroup>
</ItemGroup>
</Project>

0 comments on commit 6a709b2

Please sign in to comment.