Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobehlerjetbrains committed Jun 26, 2024
1 parent 2099c92 commit 1e8a882
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View
version = "2024.03"

project {

buildType(Ho)
buildType(Build)
}

object Ho : BuildType({
name = "Ho"
object Build : BuildType({
name = "Build"

vcs {
root(DslContext.settingsRoot)
Expand All @@ -54,4 +53,4 @@ object Ho : BuildType({
perfmon {
}
}
})
})

0 comments on commit 1e8a882

Please sign in to comment.