- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BuildType (0.04 sec)
-
.teamcity/src/main/kotlin/common/extensions.kt
} skipConditionally(buildType) } } fun BuildStep.onlyRunOnGitHubMergeQueueBranch() { conditions { matches("teamcity.build.branch", "(pre-test/.*)|(gh-readonly-queue/.*)") } } fun BuildStep.skipConditionally(buildType: BuildType? = null) { // we need to run CompileALl unconditionally because of artifact dependency if (buildType !is CompileAll) { conditions {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0)