Skip to content

Commit f72485e

Browse files
angularsenTeamCity
authored andcommitted
TeamCity change in 'Units.NET' project: build features of 'CI' build configuration were updated
1 parent f64b8dc commit f72485e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.teamcity/UnitsNet/buildTypes/UnitsNet_CI.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363
<param name="xmlReportParsing.reportType" value="nunit" />
6464
</parameters>
6565
</extension>
66+
<extension id="BUILD_EXT_8" type="BuildFailureOnMetric">
67+
<parameters>
68+
<param name="anchorBuild" value="lastSuccessful" />
69+
<param name="metricKey" value="buildTestCount" />
70+
<param name="metricThreshold" value="20" />
71+
<param name="metricUnits" value="metricUnitsPercents" />
72+
<param name="moreOrLess" value="less" />
73+
<param name="withBuildAnchor" value="true" />
74+
</parameters>
75+
</extension>
6676
</build-extensions>
6777
<cleanup />
6878
</settings>

0 commit comments

Comments
 (0)