VivekDev
VivekDev

Reputation: 25507

How to add a free task installed from market in Azure DevOps

I raised a request for GitTools task in Azure Devops and now I can see that in my organization extensions setting tab.

Organization Extension Tab in Azure DevOps

But now when I want to add this to my pipeline, I am not seeing any Add button.

Add installed task from the market place to Azure pipeline

I am able to add other tasks such as Yarn or Replace Tokens(See the first image, below GitTools Task).

Below you can see Add button is enabled. But for GitTools, I dont see any Add button. What am I missing?

Add Yarn task to Azure DevOps pipeline

Upvotes: 1

Views: 1140

Answers (1)

Shamrai Aleksander
Shamrai Aleksander

Reputation: 16133

I think you have to use Execute GitVersion Task and Setup GitVersion Task tasks. Search with GitVersion pattern:

enter image description here

Upvotes: 2

Related Questions