Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Azure by (7k points)

We are using the Classic Pipelines for both build and release. We used to have dedicated Build and Release Pipeline in the Classic mode, so that it would create a package regardless of the branch it was triggered on.This gave us a lot of flexibility so that we could deploy versions automatically and manually whenever and where ever we wanted.Is it possible to use only YAML build pipelines and use the classic release pipeline?

1 Answer

0 votes
by (31.9k points)

Use dependsOn setting for a stage which allows to set up the pipeline in the configuration.

Want to become Azure Developer, check out this Microsoft Azure Training.

Related questions

Browse Categories

...