Skip to content

Commit c37f98d

Browse files
committed
Added the test logger
1 parent 0188051 commit c37f98d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
<ImplicitUsings>enable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
1414
<IsPackable>false</IsPackable>
15+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
1516
</PropertyGroup>
1617

1718
<ItemGroup>
1819
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
20+
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="all" />
1921
<PackageReference Include="xunit" Version="2.9.2" />
2022
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2123
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)