Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PublishReleaseCandidate (0.6 sec)

  1. .teamcity/src/main/kotlin/promotion/PublishRelease.kt

                id(FINAL_RELEASE_BUILD_CONFIGURATION_ID)
                name = "Release - Final"
                description = "Promotes the latest successful change on 'release' as a new release"
            },
        )
    
    class PublishReleaseCandidate(
        branch: VersionedSettingsBranch,
    ) : PublishRelease(
            promotedBranch = branch.branchName,
            prepTask = "prepRc",
            promoteTask = "promoteRc",
            requiredConfirmationCode = "rc",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 24 03:08:48 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top