Skip to content

Commit

Permalink
Merge pull request #3624 from AdmiringWorm/exclude-support
Browse files Browse the repository at this point in the history
(maint) Exclude support branches to branch filters
  • Loading branch information
gep13 authored Feb 4, 2025
2 parents 1c3be23 + 4d126bb commit 522172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object Chocolatey : BuildType({

branchFilter = """
+:*
-:support/*
""".trimIndent()
}

Expand Down
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.28.4
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.29.0
#tool nuget:?package=WiX&version=3.11.2

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 522172c

Please sign in to comment.