We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056c0bb commit 6575d24Copy full SHA for 6575d24
1 file changed
tests/Directory.Build.props
@@ -3,6 +3,11 @@
3
4
<PropertyGroup>
5
<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>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments