Azure devops pipeline not using updated version of custom task from visual studio marketplace

Viewed 36

I'm trying to use a custom task that I uploaded to the Visual Studio Marketplace. Below in this picture I made, you can see the version is 0.0.25 but the pipeline is using an older version of 0.0.23. marketplace and pipeline

I checked in my azure devops at the organization level, if I go to the organization settings and go to extensions, I see the latest version is also 0.0.25 org level settings

is there anything I'm missing here in order for the pipeline to use the correct version?

I tried creating a new pipeline and using different pipelines, tried removing the code changes I made and republishing a new version, all still used the same 0.0.23 version.

0 Answers
Related