Skip to content

Commit b2f397a

Browse files
angularsenTeamCity
authored andcommitted
TeamCity change in 'Units.NET' project: general settings of 'Build and Test' build configuration were updated
1 parent 058656b commit b2f397a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.teamcity/UnitsNet/buildTypes/UnitsNet_CI.xml renamed to .teamcity/UnitsNet/buildTypes/UnitsNet_BuildTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<build-type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="4b2cb864-c6d0-42ae-8f89-3ed7b89957b4" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd">
3-
<name>CI</name>
3+
<name>Build and Test</name>
44
<description />
55
<settings>
66
<options>

.teamcity/UnitsNet/buildTypes/UnitsNet_Deploy.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<settings>
66
<options>
77
<option name="artifactRules" value="Artifacts" />
8-
<option name="buildNumberPattern" value="%dep.UnitsNet_CI.build.number%" />
8+
<option name="buildNumberPattern" value="%dep.UnitsNet_BuildTest.build.number%" />
99
<option name="executionTimeoutMin" value="5" />
1010
</options>
1111
<disabled-settings>
@@ -46,7 +46,7 @@
4646
<parameters>
4747
<param name="afterSuccessfulBuildOnly" value="true" />
4848
<param name="branchFilter" value="+:&lt;default&gt;" />
49-
<param name="dependsOn" value="UnitsNet_CI" />
49+
<param name="dependsOn" value="UnitsNet_BuildTest" />
5050
</parameters>
5151
</build-trigger>
5252
</build-triggers>
@@ -95,13 +95,13 @@
9595
</extension>
9696
</build-extensions>
9797
<artifact-dependencies>
98-
<dependency sourceBuildTypeId="UnitsNet_CI" cleanDestination="true">
98+
<dependency sourceBuildTypeId="UnitsNet_BuildTest" cleanDestination="true">
9999
<revisionRule name="sameChainOrLastFinished" revision="latest.sameChainOrLastFinished" />
100100
<artifact sourcePath="+:NuGet=&gt;Artifacts\NuGet" />
101101
</dependency>
102102
</artifact-dependencies>
103103
<dependencies>
104-
<depend-on sourceBuildTypeId="UnitsNet_CI">
104+
<depend-on sourceBuildTypeId="UnitsNet_BuildTest">
105105
<options>
106106
<option name="run-build-if-dependency-failed" value="RUN_ADD_PROBLEM" />
107107
<option name="take-started-build-with-same-revisions" value="true" />

0 commit comments

Comments
 (0)