We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e558d commit 2ff92b6Copy full SHA for 2ff92b6
.teamcity/settings.kts
@@ -53,7 +53,7 @@ project {
53
fun createBuild(buildGroup: String, buildName: String): BuildType {
54
return object : BuildType() {
55
init {
56
- id("$buildGroup/$buildName")
+ id("${buildGroup}_$buildName")
57
name = "$buildGroup/$buildName"
58
59
configureVcs()
0 commit comments