Use GitHubActionsTestLogger for test reporting

This commit is contained in:
Mark McDowall 2024-02-18 20:32:43 -08:00 committed by Mark McDowall
parent 7a768b5d0f
commit 0242b40eda
12 changed files with 21 additions and 51 deletions

View file

@ -2,6 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common.Test\Sonarr.Common.Test.csproj" />
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />