Skip to content

Commit

Permalink
Add 'JUnit.TestLogger' package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
usa committed Aug 8, 2024
1 parent 2247d0d commit 01dbe40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library-common-props/Test-Project.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</PropertyGroup>

<ItemGroup>
<!-- required for gitlab ci test reports -->
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
<!-- previously was used for GitHub test reports. can be safely removed after migration to gitlab ci -->
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
Expand Down

0 comments on commit 01dbe40

Please sign in to comment.