File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
test/coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using Coverlet . Core . Abstractions ;
5
5
using Coverlet . Core . Helpers ;
6
- using Coverlet . Core . Instrumentation ;
7
6
using Coverlet . Core . Symbols ;
8
7
using Coverlet . MSbuild . Tasks ;
9
8
using Microsoft . Build . Framework ;
Original file line number Diff line number Diff line change 45
45
<None Update =" TestAssets\InstrumenterState.ItemSpec.data1.xml" >
46
46
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
47
47
</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 >
48
54
</ItemGroup >
49
55
50
56
<Import Project =" $(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
You can’t perform that action at this time.
0 commit comments