2

Have a release that uses a reference to a configuration-type repo.

**enter image description here**

When I configure, I can set the "Default" branch to master:

enter image description here

When I create a release, I can chose a branch for the main build artifact:

enter image description here

But I cannot chose the branch of the Git repo, it is fixed on master and no Branch Version Picker is available:

enter image description here

Do I have to create an entire new pipeline to release a different branch of this artifact? What Default means in the context of the configuration, then?

Thank you -

MaurGi
  • 1,698
  • 2
  • 18
  • 28

1 Answers1

0

Ok, the option is available when configuring the source, you can set the Default Version to be Specify at release time

enter image description here

Unfortunately this does not work when there is a trigger on build-artifact

enter image description here

See https://developercommunity.visualstudio.com/content/problem/379296/cannot-have-default-version-type-selectduringrelea.html

MaurGi
  • 1,698
  • 2
  • 18
  • 28