0

Is it possible to have a UI drop-down in a Build Pipeline (like the one from predefined parameters) but containing all files available in a specific location?

I know a similar feature exist in a Release Pipeline for artifacts where you can select a specific artifact and use it, but I need to be able to select a specific file in a Build Pipeline.

Thank you.

IT_
  • 63
  • 5

1 Answers1

0

Your needs are not clear from your question. What goal do you want to achieve?

In classic pipelines, you can select locations from the linked repository:

enter image description here

There is the artifact browser in classic and yaml pipelines:

enter image description here

enter image description here

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31