Skip to content

Commit 26552c9

Browse files
committed
ci: register logger for native AOT tests
1 parent 62c4ab7 commit 26552c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/SourceGeneratorNativeAot/SourceGeneratorNativeAot.Tests/SourceGeneratorNativeAot.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="AwesomeAssertions" Version="9.5.0" />
13+
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.4">
14+
<PrivateAssets>all</PrivateAssets>
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
</PackageReference>
1317
<PackageReference Include="MSTest" Version="4.3.2" />
1418
</ItemGroup>
1519

0 commit comments

Comments
 (0)