Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 732 Bytes

install-without-market.md

File metadata and controls

25 lines (15 loc) · 732 Bytes

How to install Task without VSTS Market

  1. Load source code

  2. Open console in root folder

  3. Install tfx-cli tool (npm should be preinstalled on local machine)

    > npm i -g tfx-cli

  4. Login into your VSTS account

    > tfx login

  5. Upload Task to VSTS instance

    > tfx build tasks upload --task-path .\Tasks\CreateRelease

  6. Open any release definition and add new task to Agent Phase

add Create Release Task

  1. Set task options

set task options