From 63a15d91a78ace80ff93c5986be881a57880f222 Mon Sep 17 00:00:00 2001 From: amasson Date: Wed, 13 May 2026 13:31:23 +0000 Subject: [PATCH] A new build configuration is created --- .teamcity/settings.kts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index a47e203..ed9599b 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -25,4 +25,14 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View version = "2025.11" project { + + buildType(Build) } + +object Build : BuildType({ + name = "Build" + + vcs { + root(DslContext.settingsRoot) + } +})