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 a83fee0 commit fd65795Copy full SHA for fd65795
.teamcity/UnitsNet/buildTypes/UnitsNet_Deploy.xml
@@ -91,6 +91,12 @@
91
</parameters>
92
</extension>
93
</build-extensions>
94
+ <artifact-dependencies>
95
+ <dependency sourceBuildTypeId="UnitsNet_CI" cleanDestination="true">
96
+ <revisionRule name="sameChainOrLastFinished" revision="latest.sameChainOrLastFinished" />
97
+ <artifact sourcePath="+NuGet" />
98
+ </dependency>
99
+ </artifact-dependencies>
100
<dependencies>
101
<depend-on sourceBuildTypeId="UnitsNet_CI">
102
<options>
0 commit comments