Skip to content

Commit 80a6793

Browse files
committed
Remove issue references
1 parent a701354 commit 80a6793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/build-server-support/build-server/teamcity.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ For GitVersion to pick up pull requests properly you need to promote the `%teamc
2525
Just go to your build configuration, Parameters, click Add, Name should be `env.Git_Branch`, value should be `%teamcity.build.vcs.branch.{vcsid}%` where vcsid is your VCS root id. You should get auto completion for this.
2626

2727
For GitVersion to work with any mode requiring other than the currently built branch to calculate the version number, you need to set the configuration parameter [`teamcity.git.fetchAllHeads = true` in TeamCity](https://www.jetbrains.com/help/teamcity/git.html#Git-GeneralSettings), because TeamCity by default fetches only the current branch for building.
28-
More reference about this #912, #1199, #1234, #1441, #1477 and #1825
2928

3029
To add this configuration parameter to your build configuration, go to *Parameters*, click *Add*, *Name* should be `teamcity.git.fetchAllHeads` and the value should be `true`.
3130

0 commit comments

Comments
 (0)