Skip to content

Commit 786c21e

Browse files
authored
Merge pull request #957 from pascalberger/FixBuildServerDocLinks
Fix build server doc links
2 parents e1f3576 + 88143f6 commit 786c21e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Build Server Support
22
GitVersion has support for quite a few build servers out of the box. Currently we support:
33

4-
- [AppVeyor](build-server/appveyor.md)
5-
- [Bamboo](build-server/bamboo.md)
6-
- [Continua CI](build-server/continua.md)
7-
- [GitLab CI](build-server/gitlab.md)
8-
- [Jenkins](build-server/jenkins.md)
9-
- [MyGet](build-server/myget.md)
10-
- [Octopus Deploy](build-server/octopus-deploy.md)
11-
- [TeamCity](build-server/teamcity.md)
12-
- [Team Build (TFS)](build-server/teambuild.md)
13-
- [TFS Build vNext](build-server/tfs-build-vnext.md)
4+
- [AppVeyor](build-server-support/build-server/appveyor.md)
5+
- [Bamboo](build-server-support/build-server/bamboo.md)
6+
- [Continua CI](build-server-support/build-server/continua.md)
7+
- [GitLab CI](build-server-support/build-server/gitlab.md)
8+
- [Jenkins](build-server-support/build-server/jenkins.md)
9+
- [MyGet](build-server-support/build-server/myget.md)
10+
- [Octopus Deploy](build-server-support/build-server/octopus-deploy.md)
11+
- [TeamCity](build-server-support/build-server/teamcity.md)
12+
- [Team Build (TFS)](build-server-support/build-server/teambuild.md)
13+
- [TFS Build vNext](build-server-support/build-server/tfs-build-vnext.md)
1414

1515
When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
1616
For instance if you are running in TeamCity after you run `GitVersion /output buildserver` you will have the `%system.GitVersion.SemVer%` available for you to use

0 commit comments

Comments
 (0)