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/more-info/build-server-setup/tfs-build-vnext.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ In [Visual Studio Online](https://www.visualstudio.com/) build vNext (the web ba
8
8
See [MSBuild Task](http://gitversion.readthedocs.org/en/latest/usage/#msbuild-task) for further instructions how to use the MS Build Task.
9
9
10
10
## 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.
12
12
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.
13
13
3. Set the Tool parameter to `<pathToGitVersion>\GitVersion.exe`
14
14
4. Set the Arguments parameter to `/output buildserver /nofetch`
0 commit comments