0

Im trying to create an Azure release (not just a release pipeline). I have already a release pipeline in yaml format. How can I import it under the Azure Release section (not under Pipelines but under Release menu option) I can't find such an option. Does anyone know where is this option?

pantonis
  • 5,601
  • 12
  • 58
  • 115
  • I am pretty sure that if you are using yaml pipelines, you should not be using the Release-tab at all. Create the full pipeline (build and/or release) in the Pipelines-tab. – Bast Sep 05 '22 at 11:51
  • I am using it and I have already many release pipelines there but the UI and UX is horrible and cannot find release pipelines for each environment easily – pantonis Sep 05 '22 at 13:29

1 Answers1

0

You can import release pipeline by using Import release pipeline function but it only support JSON file.

enter image description here

Suki Ji-MSFT
  • 603
  • 2
  • 5