Skip to content

Revert "Fix build server doc links" #959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/build-server-support/build-server-support.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Build Server Support
GitVersion has support for quite a few build servers out of the box. Currently we support:

- [AppVeyor](build-server-support/build-server/appveyor.md)
- [Bamboo](build-server-support/build-server/bamboo.md)
- [Continua CI](build-server-support/build-server/continua.md)
- [GitLab CI](build-server-support/build-server/gitlab.md)
- [Jenkins](build-server-support/build-server/jenkins.md)
- [MyGet](build-server-support/build-server/myget.md)
- [Octopus Deploy](build-server-support/build-server/octopus-deploy.md)
- [TeamCity](build-server-support/build-server/teamcity.md)
- [Team Build (TFS)](build-server-support/build-server/teambuild.md)
- [TFS Build vNext](build-server-support/build-server/tfs-build-vnext.md)
- [AppVeyor](build-server/appveyor.md)
- [Bamboo](build-server/bamboo.md)
- [Continua CI](build-server/continua.md)
- [GitLab CI](build-server/gitlab.md)
- [Jenkins](build-server/jenkins.md)
- [MyGet](build-server/myget.md)
- [Octopus Deploy](build-server/octopus-deploy.md)
- [TeamCity](build-server/teamcity.md)
- [Team Build (TFS)](build-server/teambuild.md)
- [TFS Build vNext](build-server/tfs-build-vnext.md)

When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
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
Expand Down