diff --git a/.teamcity/patches/buildTypes/eventbus__Build.kts b/.teamcity/patches/buildTypes/eventbus__Build.kts new file mode 100644 index 0000000..dcd4150 --- /dev/null +++ b/.teamcity/patches/buildTypes/eventbus__Build.kts @@ -0,0 +1,16 @@ +package patches.buildTypes + +import jetbrains.buildServer.configs.kotlin.v2019_2.* +import jetbrains.buildServer.configs.kotlin.v2019_2.ui.* + +/* +This patch script was generated by TeamCity on settings change in UI. +To apply the patch, change the buildType with id = 'eventbus__Build' +accordingly, and delete the patch script. +*/ +changeBuildType(RelativeId("eventbus__Build")) { + check(paused == false) { + "Unexpected paused: '$paused'" + } + paused = true +} diff --git a/.teamcity/patches/buildTypes/eventbus__PullRequests.kts b/.teamcity/patches/buildTypes/eventbus__PullRequests.kts new file mode 100644 index 0000000..f6df29e --- /dev/null +++ b/.teamcity/patches/buildTypes/eventbus__PullRequests.kts @@ -0,0 +1,16 @@ +package patches.buildTypes + +import jetbrains.buildServer.configs.kotlin.v2019_2.* +import jetbrains.buildServer.configs.kotlin.v2019_2.ui.* + +/* +This patch script was generated by TeamCity on settings change in UI. +To apply the patch, change the buildType with id = 'eventbus__PullRequests' +accordingly, and delete the patch script. +*/ +changeBuildType(RelativeId("eventbus__PullRequests")) { + check(paused == false) { + "Unexpected paused: '$paused'" + } + paused = true +}