diff --git a/.teamcity/patches/projects/BuildTestImages.kts b/.teamcity/patches/projects/BuildTestImages.kts new file mode 100644 index 00000000..6aa1ed7c --- /dev/null +++ b/.teamcity/patches/projects/BuildTestImages.kts @@ -0,0 +1,16 @@ +package patches.projects + +import jetbrains.buildServer.configs.kotlin.v2019_2.* +import jetbrains.buildServer.configs.kotlin.v2019_2.Project +import jetbrains.buildServer.configs.kotlin.v2019_2.ui.* + +/* +This patch script was generated by TeamCity on settings change in UI. +To apply the patch, create a project with id = 'BuildTestImages' +in the root project, and delete the patch script. +*/ +create(DslContext.projectId, Project({ + id("BuildTestImages") + name = "Build: Test Images" +})) +