We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72485e commit 5a60ed5Copy full SHA for 5a60ed5
.teamcity/UnitsNet/buildTypes/UnitsNet_CI.xml
@@ -73,6 +73,16 @@
73
<param name="withBuildAnchor" value="true" />
74
</parameters>
75
</extension>
76
+ <extension id="BUILD_EXT_9" type="BuildFailureOnMetric">
77
+ <parameters>
78
+ <param name="anchorBuild" value="lastSuccessful" />
79
+ <param name="metricKey" value="VisibleArtifactsSize" />
80
+ <param name="metricThreshold" value="10" />
81
+ <param name="metricUnits" value="metricUnitsPercents" />
82
+ <param name="moreOrLess" value="less" />
83
+ <param name="withBuildAnchor" value="true" />
84
+ </parameters>
85
+ </extension>
86
</build-extensions>
87
<cleanup />
88
</settings>
0 commit comments