- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PublishFinalRelease (1.14 sec)
-
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
if (branch.isMaster) { buildType(StartReleaseCycle) buildType(StartReleaseCycleTest) } else { buildType(PublishReleaseCandidate(branch)) buildType(PublishFinalRelease(branch)) buildType(MergeReleaseIntoMaster) } if (branch.isRelease || branch.isExperimental) { buildType(PublishNightlyDocumentation(branch)) }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
allowEmpty = true, ) } cleanup { history(days = 180) } this.init() } } class PublishFinalRelease( branch: VersionedSettingsBranch, ) : PublishRelease( promotedBranch = branch.branchName, prepTask = "prepFinalRelease", promoteTask = branch.promoteFinalReleaseTaskName(),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0)