What is the difference between Pipeline and Release Pipeline in azure devops

0 votes

A YAML file will be  generated after you choose this option shown below:

enter image description here

In this YAML file, you can define an entire deployment cycle starting from:  restore -> build -> run tests -> publish and -> deploy to azure app service web app.

then, why is there the option of a release? If I can define an entire lifecycle via the Pipelines -> Pipelines option, what is the purpose of the Pipelines -> Releases option?

enter image description here

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,516 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

The "Pipelines" section offer to create pipelines in two ways:

  1. YAML code
  2. Classic UI editor

What Classic means by them is the original way Azure DevOps pipelines are created. You build a pipeline by interactively using a GUI editor. A pipeline created from YAML, with the help of the assistant is the newer way

 Writing YAML code enables you to configure your CI/CD strategy as code, where, the Pipeline definition lives alongside and together with your code.

I recommend you use Classic UI editor and the "Pipelines" section for builds and the "Release" section for deployments.

If you want to use YAML just use the "Pipelines" section for builds and deployments and create a multistage pipeline.

answered Mar 21, 2022 by narikkadan
• 63,600 points

edited Mar 5

Related Questions In Other DevOps Questions

0 votes
0 answers

What is the difference between Azure devops and VSTS

I integrated VSTS with our testing environment ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,040 points
513 views
0 votes
1 answer

What is the difference between maven and makefile?

I don't think maven and makefile are ...READ MORE

answered Oct 23, 2020 in Other DevOps Questions by Hana
2,435 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP