mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.4.0 (#2042)
This commit is contained in:
committed by
Brendan Forster
parent
95d4951fab
commit
6719e870ce
@@ -21,13 +21,13 @@ public sealed class CodeCoverage : FrostingTask<Context>
|
||||
context.Information("Executing Code Coverage for Project {0}...", project.Name);
|
||||
|
||||
var dotNetCoreCoverage = context.CodeCoverage
|
||||
.CombineWithFilePath(project.Name + "-netcoreapp2.0.xml");
|
||||
.CombineWithFilePath(project.Name + "-netcoreapp2.1.xml");
|
||||
coverageFiles.Add(dotNetCoreCoverage);
|
||||
|
||||
context.Coverlet(project, new CoverletToolSettings()
|
||||
{
|
||||
Configuration = context.Configuration,
|
||||
Framework = "netcoreapp2.0",
|
||||
Framework = "netcoreapp2.1",
|
||||
Output = dotNetCoreCoverage.FullPath
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user