-1

I have a specific question about Azure DevOps pipeline.

I would like to know if it's possible to choose a version before the build with a dropdown list with that get's all the version through a rest api. So for example I'm starting a new build and getting a list where I can choose for version 1.3 of 1.8.

Thank you!

Danny
  • 189
  • 2
  • 15

1 Answers1

0

If it is the version in Repos, you can choose different branches or tags to build different versions through the UI interface.And the RestAPI can only be called in Pipelines. At this time, there is no way to call it before build.

Also, Each task in a pipeline has a Version selector to let you choose the version you want. If you change the version and have problems with your builds, you can revert the pipeline change from the History tab. The ability to restore to an older version of a release pipeline is not currently available. You must manually revert the changes to the release pipeline, then save the pipeline.

If the specific meaning of version you mentioned is not the above two cases, please describe it in detail.

Julie Xu-MSFT
  • 334
  • 1
  • 5