Skip to content

Commit 830bdfd

Browse files
author
Pascal Berger
committed
Add a note about build server specific wrappers around GitVersion.exe
1 parent 0501205 commit 830bdfd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/usage/usage.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
There are two main ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for not just .net projects.
44

5-
- [A Command Line tool](command-line.md)
6-
- [An MSBuild Task](msbuild-task.md)
7-
- [A NuGet Library package](nuget-library.md)
8-
- [A Ruby Gem](gem.md)
5+
6+
- [Using the Command Line tool](command-line.md)
7+
- [Using the MSBuild Task](msbuild-task.md)
8+
- [Using the NuGet Library package](nuget-library.md)
9+
- [Using the Ruby Gem](gem.md)
10+
11+
12+
There exist also wrappers around the [Command Line tool](command-line.md) for several build servers. See [Build server support](build-server-support/build-server-support.md) for details.

0 commit comments

Comments
 (0)