Skip to content

Commit 69ffe6d

Browse files
author
Pascal Berger
committed
- Update list of supported build servers in documentation.
- Remove redundant setup guides. - Fix some typos
1 parent ba2158d commit 69ffe6d

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

docs/build-server-support.md

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

4-
- TeamCity
5-
- AppVeyor
6-
- Continua Ci
7-
- MyGet
8-
9-
When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
10-
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
11-
12-
When running in MSBuild either from the MSBuild Task or by using the `/proj myproject.sln` GitVersion will make the MSBuild variables available in the format `$(GitVersion_SemVer)`.
13-
14-
## Setup guides
154
- [AppVeyor](more-info/build-server-setup/appveyor.md)
165
- [TeamCity](more-info/build-server-setup/teamcity.md)
176
- [MyGet](more-info/build-server-setup/myget.md)
187
- [Bamboo](more-info/build-server-setup/bamboo.md)
198
- [Jenkins](more-info/build-server-setup/jenkins.md)
20-
- [Continua CI](more-info/build-server-setup/continua.md))
9+
- [Continua CI](more-info/build-server-setup/continua.md)
2110
- [Team Build (TFS)](more-info/build-server-setup/teambuild.md)
2211
- [TFS Build vNext](more-info/build-server-setup/tfs-build-vnext.md)
23-
- [Octopus Deploy](more-info/build-server-setup/octopus-deploy.md)
12+
- [Octopus Deploy](more-info/build-server-setup/octopus-deploy.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 or by using the `/proj myproject.sln` parameter, GitVersion will make the MSBuild variables available in the format `$(GitVersion_SemVer)`.

0 commit comments

Comments
 (0)