mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
no longer testing with net452
This commit is contained in:
@@ -34,7 +34,7 @@ public sealed class CodeCoverage : FrostingTask<Context>
|
||||
if (context.IsRunningOnWindows())
|
||||
{
|
||||
var dotNetFrameworkCoverage = context.CodeCoverage
|
||||
.CombineWithFilePath(project.Name + "-net452.xml");
|
||||
.CombineWithFilePath(project.Name + "-net46.xml");
|
||||
coverageFiles.Add(dotNetFrameworkCoverage);
|
||||
|
||||
context.Coverlet(project, new CoverletToolSettings
|
||||
|
||||
Reference in New Issue
Block a user