Skip to content

Commit c03c20c

Browse files
author
Pascal Berger
committed
Fix command for uploading of the task
1 parent 7e94062 commit c03c20c

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
@@ -6,7 +6,7 @@ In [Visual Studio Online](https://www.visualstudio.com/) build vNext (the web ba
66
1. Install the `tfx` command line tool as shown [here](https://github.com/Microsoft/tfs-cli/blob/master/docs/buildtasks.md)
77
2. Download the GitVersion VSO extension from the latest release on the [GitVersion releases page](https://github.com/GitTools/GitVersion/releases) and unzip.
88
3. Run `tfx login` if you haven't yet, make sure to use `https://<server>.visualstudio.com/DefaultCollection` as the URL and provide a Personal Access Token
9-
4. From the directory outside of where you unzipped the task, run `tfx upload .\GitVersionVsoTask` where GitVersionVsoTask is the directory containing the files.
9+
4. From the directory outside of where you unzipped the task, run `tfx build tasks upload .\GitVersionVsoTask` where GitVersionVsoTask is the directory containing the files.
1010
5. It should successfully install
1111

1212
## Using the GitVersion VSO Build Step

0 commit comments

Comments
 (0)