Skip to content

Commit 2ff92b6

Browse files
committed
Try to fix build id
1 parent 44e558d commit 2ff92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/settings.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ project {
5353
fun createBuild(buildGroup: String, buildName: String): BuildType {
5454
return object : BuildType() {
5555
init {
56-
id("$buildGroup/$buildName")
56+
id("${buildGroup}_$buildName")
5757
name = "$buildGroup/$buildName"
5858

5959
configureVcs()

0 commit comments

Comments
 (0)