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
GitVersion has support for quite a few build servers out of the box. Currently we support:
3
3
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)`.
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