File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
test/coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <RunSettings >
3
+ <LoggerRunSettings >
4
+ <Loggers >
5
+ <Logger friendlyName =" console" enabled =" True" >
6
+ <Configuration >
7
+ <Verbosity >detailed</Verbosity >
8
+ </Configuration >
9
+ </Logger >
10
+ </Loggers >
11
+ </LoggerRunSettings >
12
+ </RunSettings >
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
<IsTestProject >true</IsTestProject >
8
8
<IsPackable >false</IsPackable >
9
-
9
+ < RunSettingsFilePath >$(MSBuildThisFileDirectory).runsettings</ RunSettingsFilePath >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
39
39
<None Update =" TestAssets\InstrumenterState.ItemSpec.data1.xml" >
40
40
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
41
41
</None >
42
- <None Update =" TestAssets\InstrumenterState.ItemSpec.data2.xml" >
43
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
44
- </None >
45
42
</ItemGroup >
46
43
</Project >
You can’t perform that action at this time.
0 commit comments