|
1 | 1 | # Build Server Support
|
2 | 2 | GitVersion has support for quite a few build servers out of the box. Currently we support:
|
3 | 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) |
| 4 | + - [AppVeyor](build-server/appveyor.md) |
| 5 | + - [Bamboo](build-server/bamboo.md) |
| 6 | + - [Continua CI](build-server/continua.md) |
| 7 | + - [Jenkins](build-server/jenkins.md) |
| 8 | + - [MyGet](build-server/myget.md) |
| 9 | + - [Octopus Deploy](build-server/octopus-deploy.md) |
| 10 | + - [TeamCity](build-server/teamcity.md) |
| 11 | + - [Team Build (TFS)](build-server/teambuild.md) |
| 12 | + - [TFS Build vNext](build-server/tfs-build-vnext.md) |
13 | 13 |
|
14 | 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 | 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 | 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)`. |
| 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)`. |
0 commit comments