Skip to content

Commit

Permalink
TeamCity change in 'iMOD6 / Coupler / iMOD_Collector' project: artifa…
Browse files Browse the repository at this point in the history
…ct dependencies of 'x64_development' build configuration were updated
  • Loading branch information
leander authored and root committed Jan 23, 2025
1 parent 18b1020 commit de9852a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .teamcity/patches/buildTypes/IMODCollector_X64development.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.*
import jetbrains.buildServer.configs.kotlin.ui.*

/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with id = 'IMODCollector_X64development'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("IMODCollector_X64development")) {
dependencies {
expect(AbsoluteId("MSWMOD_MetaSWAP_MetaSWAPBuildWin64trunk")) {
snapshot {
}

artifacts {
cleanDestination = true
artifactRules = "MetaSWAP.zip!/x64/Release => metaswap"
}
}
update(AbsoluteId("MSWMOD_MetaSWAP_MetaSWAPBuildWin64trunk")) {
snapshot {
}
}

add(AbsoluteId("MSWMOD_MetaSWAP_MetaSWAPDevelopWin64test")) {
artifacts {
cleanDestination = true
artifactRules = "MetaSWAP.zip!/x64/Release => metaswap"
}
}

}
}

0 comments on commit de9852a

Please sign in to comment.