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 7a9a3bd commit a83fee0Copy full SHA for a83fee0
.teamcity/UnitsNet/buildTypes/UnitsNet_Deploy.xml
@@ -91,6 +91,15 @@
91
</parameters>
92
</extension>
93
</build-extensions>
94
+ <dependencies>
95
+ <depend-on sourceBuildTypeId="UnitsNet_CI">
96
+ <options>
97
+ <option name="run-build-if-dependency-failed" value="RUN_ADD_PROBLEM" />
98
+ <option name="take-started-build-with-same-revisions" value="true" />
99
+ <option name="take-successful-builds-only" value="true" />
100
+ </options>
101
+ </depend-on>
102
+ </dependencies>
103
<cleanup />
104
</settings>
105
</build-type>
0 commit comments