Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Get Latest Universal Package Version
Get Latest Universal Package Version

Get Latest Universal Package Version

Crying Out Cloud

|
243 installs
| (2) | Free
Gets the latest version of an Azure Universal Package and sets it as an output variable.
Get it free

A Simple Task To Take The Latest

Enables ability to get the latest Package Version from an Azure DevOps Universal Package Feed

The 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

VersionNumber

added to the end.

For example if your package name is:

MySuperAwesomeProduct

A variable will be created in the step called:

MySuperAwesomeProductVersionNumber 

You can then utilise this variable in the download Package step like so:

$(MySuperAwesomeProductVersionNumber) 

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft