TeamCity change in 'Storybook' project: build features of 'Test' build configuration were updated

This commit is contained in:
Filipp.Riabchun 2020-02-16 17:38:21 +00:00 committed by teamcity
parent 059c064e4d
commit cdfeef94b6

20
.teamcity/patches/buildTypes/Test.kts vendored Normal file
View File

@ -0,0 +1,20 @@
package patches.buildTypes
import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.buildFeatures.swabra
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 = 'Test'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("Test")) {
features {
add {
swabra {
verbose = true
}
}
}
}