File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
<ReportGeneratorReportTypes Condition =" '$(ReportGeneratorOutputMarkdown)' == 'true' " >$(ReportGeneratorReportTypes);MarkdownSummaryGitHub</ReportGeneratorReportTypes >
19
19
<ReportGeneratorTargetDirectory >$([System.IO.Path]::Combine($(ArtifactsPath), 'coverage'))</ReportGeneratorTargetDirectory >
20
20
<ReportGeneratorMarkdownSummary >$([System.IO.Path]::Combine($(ReportGeneratorTargetDirectory), 'SummaryGithub.md'))</ReportGeneratorMarkdownSummary >
21
- <MergeWith >$([System.IO.Path]::Combine($(ReportGeneratorTargetDirectory), 'coverage.json'))</MergeWith >
21
+ <MergeWith >$([System.IO.Path]::Combine($(ReportGeneratorTargetDirectory), 'coverage.$(TargetFramework). json'))</MergeWith >
22
22
</PropertyGroup >
23
23
<UsingTask TaskName =" WriteLinesToFileWithRetry" TaskFactory =" RoslynCodeTaskFactory" AssemblyFile =" $(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll" >
24
24
<ParameterGroup >
You can’t perform that action at this time.
0 commit comments