From 387dbdb6e4c9c800648f7f3ab9f0161315e832fc Mon Sep 17 00:00:00 2001 From: marcobehlerjetbrains Date: Wed, 10 Jul 2024 13:09:16 +0000 Subject: [PATCH] TeamCity change in 'Anewtodolist' project: VCS roots of 'test' build configuration were updated --- .teamcity/settings.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index ad6c519..7584a78 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -59,4 +59,8 @@ object Build : BuildType({ object Test : BuildType({ name = "test" + + vcs { + root(DslContext.settingsRoot) + } })