ankitgo / VSOTasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Tokenizer task

Follow the below steps to upload this task to your account:

  • Download the zip file.
  • Extract the zip file
  • Open command prompt and navigate to the folder: Tokenizer\x.x.x where x.x.x is the version number for the task.
  • Install tfx-cli utility
> npm install -g tfx-cli
  • To avoid providing credentials in every command, you can login once. Currently supported credential types are Personal Access Tokens and basic auth. Create a personal access token and paste it in the login command
> tfx login
Copyright Microsoft Corporation
Enter collection url > https://youraccount.visualstudio.com/DefaultCollection
Enter personal access token >
logged in successfully

You can alternatively use basic auth by passing --authType basic (read Configuring Basic Auth).

  • Upload the task to your account:
> tfx build tasks upload ./
  • Once the task is uploaded, you would be able to view this task under Utility section of tasks

About


Languages

Language:PowerShell 100.0%