Skip to content

Commit adf41b1

Browse files
committed
fix warning
1 parent 5666085 commit adf41b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/coverlet.msbuild.tasks.tests/InstrumentationTaskTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using Coverlet.Core.Abstractions;
55
using Coverlet.Core.Helpers;
6-
using Coverlet.Core.Instrumentation;
76
using Coverlet.Core.Symbols;
87
using Coverlet.MSbuild.Tasks;
98
using Microsoft.Build.Framework;

test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<None Update="TestAssets\InstrumenterState.ItemSpec.data1.xml">
4646
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4747
</None>
48+
<None Update="TestAssets\System.Private.CoreLib.dll">
49+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
50+
</None>
51+
<None Update="TestAssets\System.Private.CoreLib.pdb">
52+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
53+
</None>
4854
</ItemGroup>
4955

5056
<Import Project="$(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />

0 commit comments

Comments
 (0)