File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/coverlet.msbuild.tasks Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ test/coverlet.integration.determisticbuild/runsettings
308
308
coverage.xml
309
309
coverage.cobertura.xml
310
310
coverage.opencover.xml
311
+ coverage. * .xml
311
312
coverage. * .cobertura.xml
312
313
coverage. * .opencover.xml
313
314
Original file line number Diff line number Diff line change 12
12
<PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 17.8.3" />
13
13
<PackageVersion Include =" Microsoft.Build.Framework" Version =" 17.8.3" />
14
14
<PackageVersion Include =" Microsoft.Build.Locator" Version =" 1.6.10" />
15
- <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8.0-3.final " />
15
+ <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8.0" />
16
16
<PackageVersion Include =" Microsoft.Extensions.DependencyModel" Version =" 8.0.0" />
17
17
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
18
18
<PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 8.0.0" />
Original file line number Diff line number Diff line change 18
18
<EnablePackageValidation >true</EnablePackageValidation >
19
19
<GenerateDependencyFile >true</GenerateDependencyFile >
20
20
<CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
21
+ <NoWarn >$(NoWarn);NU5129</NoWarn >
21
22
</PropertyGroup >
22
23
23
24
<!-- Nuget package properties https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets -->
51
52
</ItemGroup >
52
53
53
54
<ItemGroup >
54
- <Content Include =" coverlet.msbuild.props" PackagePath =" build\" />
55
- <Content Include =" coverlet.msbuild.targets" PackagePath =" build\" />
56
- <None Include =" $(ProjectDepsFilePath)" Pack =" true" PackagePath =" build\" />
55
+ <Content Include =" coverlet.msbuild.props" Pack =" true" PackagePath =" build\" />
56
+ <Content Include =" coverlet.msbuild.targets" Pack =" true" PackagePath =" build\" />
57
57
</ItemGroup >
58
58
59
59
<ItemGroup >
You can’t perform that action at this time.
0 commit comments