Skip to content

Commit

Permalink
Fix startuphook test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Pfister committed Apr 5, 2023
1 parent 779ea75 commit 2a801bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\TestAssets\StartupHookForFunctionalTest\StartupHookForFunctionalTest.csproj" />
<ProjectReference Include="..\..\..\TestAssets\StartupHookForFunctionalTest\StartupHookForFunctionalTest.csproj">
<Private>true</Private>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit 2a801bc

Please sign in to comment.