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 1e8a882 commit 183ab5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View
version = "2024.03"

project {
buildType(Build)
buildType(Yo)
}

object Build : BuildType({
name = "Build"
object Yo : BuildType({
name = "Something Else"

vcs {
root(DslContext.settingsRoot)
Expand Down

0 comments on commit 183ab5f

Please sign in to comment.