Skip to content

Fix TeamCity settings for pull request builds#2

Merged
filipppavlov merged 1 commit into
mainfrom
tc-pr-build-fix
Jun 22, 2026
Merged

Fix TeamCity settings for pull request builds#2
filipppavlov merged 1 commit into
mainfrom
tc-pr-build-fix

Conversation

@filipppavlov

Copy link
Copy Markdown
Contributor

TeamCity pull request feature is missing target branch filters

Copilot AI review requested due to automatic review settings June 22, 2026 13:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds missing TeamCity Pull Request target-branch filtering so PR builds are eligible to run regardless of the target branch.

Changes:

  • Configure filterTargetBranch for GitHub PR build features on Windows and macOS TeamCity build configurations.
  • Use an include-all target branch rule (+:refs/heads/*) for PR builds.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.teamcity/Windows/Project.kt Adds filterTargetBranch to the GitHub PR feature for Windows builds.
.teamcity/MacOS/Project.kt Adds filterTargetBranch to the GitHub PR feature for macOS builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +210 to +212
filterTargetBranch = """
+:refs/heads/*
""".trimIndent()
Comment on lines +158 to +160
filterTargetBranch = """
+:refs/heads/*
""".trimIndent()
@filipppavlov filipppavlov merged commit 7cf563d into main Jun 22, 2026
1 check passed
@filipppavlov filipppavlov deleted the tc-pr-build-fix branch June 22, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants