I have followed the guide to create a custom extension using this link: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops.
I am able to push to a publisher successfully. I have also shared the extension with my organization and can see the extension listed when I go to https://dev.azure.com/{organization}/_admin
.
However, when I click the extension, I click the 'Get it Free' button, and I only see a 'Download' button. I do not see an 'Install' button, which is what I have seen in various screenshots.
When clicking the 'Download' button, I get the .vsix file, and do not see a way to install this in my project.
Here are images of my workflow:
Any guidance is appreciated.
Thanks