Skip to content

Commit

Permalink
Add TeamCitySummary report type (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam13 authored and matkoch committed May 1, 2019
1 parent 9c32b42 commit 4b9afed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/specifications/ReportGenerator.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"TextSummary",
"Xml",
"XmlSummary",
"SonarQube"
"SonarQube",
"TeamCitySummary"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ public partial class ReportTypes : Enumeration
public static ReportTypes Xml = new ReportTypes { Value = "Xml" };
public static ReportTypes XmlSummary = new ReportTypes { Value = "XmlSummary" };
public static ReportTypes SonarQube = new ReportTypes { Value = "SonarQube" };
public static ReportTypes TeamCitySummary = new ReportTypes { Value = "TeamCitySummary" };
}
#endregion
#region ReportGeneratorVerbosity
Expand Down

0 comments on commit 4b9afed

Please sign in to comment.