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?
Asked
Active
Viewed 249 times
0
-
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 Answers
0
You can import release pipeline by using Import release pipeline function but it only support JSON file.

Suki Ji-MSFT
- 603
- 2
- 5
-
-
Hi @pantonis, is there any error message? Please share a screenshot about your situation. – Suki Ji-MSFT Sep 07 '22 at 03:01
-