Skip to content

Commit 6f621de

Browse files
author
Pascal Berger
committed
Add note about Chocolatey package for installing GitVersion on build agents.
1 parent f542fc2 commit 6f621de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/more-info/build-server-setup/tfs-build-vnext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In [Visual Studio Online](https://www.visualstudio.com/) build vNext (the web ba
88
See [MSBuild Task](http://gitversion.readthedocs.org/en/latest/usage/#msbuild-task) for further instructions how to use the MS Build Task.
99

1010
## Using the GitVersion with the Command Line build step
11-
1. Make sure to have GitVersion.exe under version control.
11+
1. Make sure to have GitVersion.exe under version control. There exists also a [Chocolatey package](https://chocolatey.org/packages/GitVersion.Portable) for installing GitVersion.exe on build agents.
1212
2. Add a Command Line build step to your build definition. You'll probably want to drag the task to be at or near the top to ensure it executes before your other build steps.
1313
3. Set the Tool parameter to `<pathToGitVersion>\GitVersion.exe`
1414
4. Set the Arguments parameter to `/output buildserver /nofetch`

0 commit comments

Comments
 (0)