File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<PackageReference Include =" AwesomeAssertions" Version =" 9.1.0" />
10
10
<PackageReference Include =" coverlet.collector" Version =" 6.0.4" PrivateAssets =" all" />
11
- <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.4.1" PrivateAssets =" all" />
12
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
13
12
<PackageReference Include =" PublicApiGenerator" Version =" 11.4.6" />
14
13
<PackageReference Include =" ReportGenerator" Version =" 5.4.12" PrivateAssets =" all" />
21
20
</ItemGroup >
22
21
23
22
<ItemGroup >
24
- <VSTestLogger Include =" GitHubActions%3Bsummary.includePassedTests=true%3Bsummary.includeSkippedTests=true" Visible =" false" Condition =" $(GITHUB_STEP_SUMMARY) != ''" />
25
23
<VSTestLogger Include =" trx%3BLogFileName=TestResults-$(TargetFramework).trx" Visible =" false" Condition =" $(ContinuousIntegrationBuild) == 'true'" />
26
24
<VSTestLogger Include =" html%3BLogFileName=TestResults-$(TargetFramework).html" Visible =" false" />
27
25
</ItemGroup >
You can’t perform that action at this time.
0 commit comments