Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PublishFinalRelease (0.33 sec)

  1. .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)
Back to top