Skip to content

Commit 0501205

Browse files
author
Pascal Berger
committed
Have build server documentation together in the documentation
1 parent 73beefa commit 0501205

15 files changed

+32
-31
lines changed

docs/build-server-support.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build Server Support
2+
GitVersion has support for quite a few build servers out of the box. Currently we support:
3+
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+
- [Jenkins](build-server-support/build-server/jenkins.md)
8+
- [MyGet](build-server-support/build-server/myget.md)
9+
- [Octopus Deploy](build-server-support/build-server/octopus-deploy.md)
10+
- [TeamCity](build-server-support/build-server/teamcity.md)
11+
- [Team Build (TFS)](build-server-support/build-server/teambuild.md)
12+
- [TFS Build vNext](build-server-support/build-server/tfs-build-vnext.md)
13+
14+
When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
15+
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
16+
17+
When running in MSBuild either from the [MSBuild Task](usage/msbuild-task) or by using the `/proj myproject.sln` parameter, GitVersion will make the MSBuild variables available in the format `$(GitVersion_SemVer)`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)