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

This commit is contained in:
Filipp.Riabchun 2020-02-16 17:47:25 +00:00 committed by teamcity
parent cdfeef94b6
commit 4d28cb8580

View File

@ -1,20 +0,0 @@
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
}
}
}
}