renevanosnabrugge / vsts-promotepackage-task

Promote a package in VSTS to a Release View
MIT License
21 stars 25 forks source link

Update package view of package latest version with (* - latest) #69

Open prathnam opened 3 years ago

prathnam commented 3 years ago

when I try to refer to latest version using , it fails to fetch latest version of the package and fails. However if i pass specific version (1.1.X) it works. Seems its not converting/fetching latest version when the input is ""

Would be great if we can model this task like (azure devops task: DownloadPackage@1).