Skip to content

Commit 011ef86

Browse files
committed
(maint) Move support exclusion to VCR filter
This updates the settings.kts file by moving the support filter from VCS to the VCS filter. This is believed to be the correct place to be able to filter out the support branch, while still being able to manually initiate a build on the branch.
1 parent af3682e commit 011ef86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.teamcity/settings.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ object Chocolatey : BuildType({
3939

4040
branchFilter = """
4141
+:*
42-
-:support/*
4342
""".trimIndent()
4443
}
4544

@@ -73,7 +72,9 @@ object Chocolatey : BuildType({
7372

7473
triggers {
7574
vcs {
76-
branchFilter = ""
75+
branchFilter = """
76+
-:support/*
77+
""".trimIndent()
7778
}
7879
}
7980

0 commit comments

Comments
 (0)