Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PublishFinalRelease (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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(),
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jul 24 03:08:48 GMT 2025
    - 4K bytes
    - Click Count (0)
Back to Top