triggers of 'Unity - Windows (Agent: Windows)' build configuration were updated (TeamCity change in 'unitytest' project)
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
package patches.buildTypes
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.*
|
||||
import jetbrains.buildServer.configs.kotlin.triggers.vcs
|
||||
import jetbrains.buildServer.configs.kotlin.ui.*
|
||||
|
||||
/*
|
||||
This patch script was generated by TeamCity on settings change in UI.
|
||||
To apply the patch, change the buildType with id = 'WindowsBuild'
|
||||
accordingly, and delete the patch script.
|
||||
*/
|
||||
changeBuildType(RelativeId("WindowsBuild")) {
|
||||
triggers {
|
||||
add {
|
||||
vcs {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user