Skip to content

Commit

Permalink
fix build issue in Rider due to TestHelper not being where GitVersion…
Browse files Browse the repository at this point in the history
… expects it to be, just disabled GitVersion for TestHelper since it's not published.
  • Loading branch information
hahn-kev committed Aug 16, 2024
1 parent 36685bd commit 7a67c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestHelper/TestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Description>TestHelper</Description>
<IsPackable>false</IsPackable>
<OutputType>Exe</OutputType>
<UpdateAssemblyInfo>false</UpdateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a67c5a

Please sign in to comment.