File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.teamcity/UnitsNet/buildTypes Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 >
4
4
<description />
5
5
<settings >
6
6
<options >
Original file line number Diff line number Diff line change 5
5
<settings >
6
6
<options >
7
7
<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%" />
9
9
<option name =" executionTimeoutMin" value =" 5" />
10
10
</options >
11
11
<disabled-settings >
46
46
<parameters >
47
47
<param name =" afterSuccessfulBuildOnly" value =" true" />
48
48
<param name =" branchFilter" value =" +:< default> " />
49
- <param name =" dependsOn" value =" UnitsNet_CI " />
49
+ <param name =" dependsOn" value =" UnitsNet_BuildTest " />
50
50
</parameters >
51
51
</build-trigger >
52
52
</build-triggers >
95
95
</extension >
96
96
</build-extensions >
97
97
<artifact-dependencies >
98
- <dependency sourceBuildTypeId =" UnitsNet_CI " cleanDestination =" true" >
98
+ <dependency sourceBuildTypeId =" UnitsNet_BuildTest " cleanDestination =" true" >
99
99
<revisionRule name =" sameChainOrLastFinished" revision =" latest.sameChainOrLastFinished" />
100
100
<artifact sourcePath =" +:NuGet=> Artifacts\NuGet" />
101
101
</dependency >
102
102
</artifact-dependencies >
103
103
<dependencies >
104
- <depend-on sourceBuildTypeId =" UnitsNet_CI " >
104
+ <depend-on sourceBuildTypeId =" UnitsNet_BuildTest " >
105
105
<options >
106
106
<option name =" run-build-if-dependency-failed" value =" RUN_ADD_PROBLEM" />
107
107
<option name =" take-started-build-with-same-revisions" value =" true" />
You can’t perform that action at this time.
0 commit comments