microsoft/azure-pipelines-extensions

Use "Latest" as version in DownloadTeamCityArtifacts task

AlexanderViken opened this issue · 0 comments

I am trying to use the DownloadTeamCityArtifacts@15 task from a yaml pipeline, It works, but only if I hard code the teamcity.build.id in the task. If I use a classic approach and add a TeamCity artifact to a classic release it is able to retreive the "Latest" release artifact in TeamCity.

I am not sure if this is a bug or feature request, but it should be possible to use "Latest" as version identifier in the DownloadTeamCityArtifacts