Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PublishRelease (0.24 sec)

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

    const val MILESTONE_BUILD_CONFIGURATION_ID = "Promotion_Milestone"
    
    abstract class PublishRelease(
        prepTask: String,
        promoteTask: String,
        requiredConfirmationCode: String,
        promotedBranch: String,
        init: PublishRelease.() -> Unit = {},
    ) : PublishGradleDistributionFullBuild(
            promotedBranch = promotedBranch,
            prepTask = prepTask,
    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