Skip to content

Commit

Permalink
TeamCity change in 'Anewtodolist' project: build features of 'test' b…
Browse files Browse the repository at this point in the history
…uild configuration were updated
  • Loading branch information
marcobehlerjetbrains authored and teamcity committed Jul 10, 2024
1 parent 8a271f4 commit 965abb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import jetbrains.buildServer.configs.kotlin.*
import jetbrains.buildServer.configs.kotlin.buildFeatures.approval
import jetbrains.buildServer.configs.kotlin.buildFeatures.perfmon
import jetbrains.buildServer.configs.kotlin.buildSteps.script
import jetbrains.buildServer.configs.kotlin.triggers.vcs
Expand Down Expand Up @@ -71,6 +72,12 @@ object Test : BuildType({
}
}

features {
approval {
approvalRules = "user:marcobehlerjetbrains"
}
}

dependencies {
snapshot(Build) {
}
Expand Down

0 comments on commit 965abb9

Please sign in to comment.