- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for prepRc (0.04 sec)
-
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
}, ) class PublishReleaseCandidate( branch: VersionedSettingsBranch, ) : PublishRelease( promotedBranch = branch.branchName, prepTask = "prepRc", promoteTask = "promoteRc", requiredConfirmationCode = "rc", init = { id(RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID) name = "Release - Release Candidate"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt
fun promoteNightlyTaskName() = nightlyTaskName("promote") fun prepNightlyTaskName() = nightlyTaskName("prep") fun promoteMilestoneTaskName(): String = when { isRelease -> "promoteReleaseMilestone" else -> "promoteMilestone" } fun promoteFinalReleaseTaskName(): String =Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 2.5K bytes - Viewed (0)