A Simple Task To Take The LatestEnables ability to get the latest Package Version from an Azure DevOps Universal Package FeedThe task allows you to select your Package Feed from Azure DevOps. This will then load all the available packages in that feed. Run the task in your build or release and it will set an output variable which you can utilise to download the latest version from the Azure Universal Package feed using the Microsoft Package Download Step. The output variable is your package name with the word
added to the end. For example if your package name is:
A variable will be created in the step called:
You can then utilise this variable in the download Package step like so:
Meaning you don't need to update your release definition everytime you create a new version of a package. You can ensure you always download the latest |