Skip to content

Commit

Permalink
Correct summary md report content. (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed May 24, 2016
1 parent 8fcf6f8 commit 4cac261
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions SonarQube.TeamBuild.PostProcessor/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions SonarQube.TeamBuild.PostProcessor/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ Expected location: {0}</value>
<data name="Report_MdSummaryProductAndTestMessage" xml:space="preserve">
<value>- Product projects: {0}, test projects: {1}</value>
</data>
<data name="Report_MdSummaryTitle" xml:space="preserve">
<value>SonarQube Analysis Report</value>
</data>
<data name="Report_ProductAndTestMessage" xml:space="preserve">
<value> Product projects: {0}, test projects: {1}</value>
</data>
Expand Down
3 changes: 0 additions & 3 deletions SonarQube.TeamBuild.PostProcessor/SummaryReportBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Web;

namespace SonarQube.TeamBuild.PostProcessor
{
Expand Down Expand Up @@ -185,8 +184,6 @@ private void CreateSummaryMdFile(SummaryReportData summaryData)

using (StreamWriter sw = new StreamWriter(summaryMdPath, append: false))
{
sw.WriteLine(Resources.Report_MdSummaryTitle);

if (summaryData.Succeeded)
{
sw.WriteLine(Resources.Report_MdSummaryAnalysisSucceeded, summaryData.ProjectDescription, summaryData.DashboardUrl);
Expand Down

0 comments on commit 4cac261

Please sign in to comment.