You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-server-support/build-server-support.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ GitVersion has support for quite a few build servers out of the box. Currently w
4
4
-[AppVeyor](build-server/appveyor.md)
5
5
-[Bamboo](build-server/bamboo.md)
6
6
-[Continua CI](build-server/continua.md)
7
+
-[GitLab CI](build-server/gitlab.md)
7
8
-[Jenkins](build-server/jenkins.md)
8
9
-[MyGet](build-server/myget.md)
9
10
-[Octopus Deploy](build-server/octopus-deploy.md)
@@ -14,4 +15,4 @@ GitVersion has support for quite a few build servers out of the box. Currently w
14
15
When GitVersion.exe is run with the `/output buildserver` flag instead of outputting Json it will export variables to the current build server.
15
16
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
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)`.
18
+
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