Skip to content

Commit 6575d24

Browse files
committed
chore: Fix for 'Could not find a test logger GitHubActions'
1 parent 056c0bb commit 6575d24

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
<PropertyGroup>
55
<IsPackable>false</IsPackable>
6+
<!--
7+
Ensure that test logger is copied to output directory, see
8+
https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5
9+
-->
10+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
611
</PropertyGroup>
712

813
<ItemGroup>

0 commit comments

Comments
 (0)