Skip to content

Commit a89c6e2

Browse files
author
Damian Suess
committed
Prism.Avalonia test projects, added GitHubActionsTestLogger
1 parent 33c9a49 commit a89c6e2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/Avalonia/Prism.Avalonia.Tests/Prism.Avalonia.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15+
<PackageReference Include="GitHubActionsTestLogger">
16+
<PrivateAssets>all</PrivateAssets>
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
</PackageReference>
1519
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1620
<PackageReference Include="Moq" />
1721
<PackageReference Include="System.CodeDom" />

tests/Avalonia/Prism.IocContainer.Avalonia.Tests.Support/Prism.IocContainer.Avalonia.Tests.Support.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14+
<PackageReference Include="GitHubActionsTestLogger">
15+
<PrivateAssets>all</PrivateAssets>
16+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17+
</PackageReference>
1418
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1519
<!--<PackageReference Include="GitHubActionsTestLogger">
1620
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)