Source: devblogs.microsoft.com

Replacing “View YAML”

Category: yaml

This is the feature which helps you migrate designer pipelines to YAML. The new version is more correct and covers more Classic Build features, which I’ll cover in this post.

If you have UI variables in your Classic pipeline, we mention them by name in the comments to remind you that you need to configure them in your new YAML pipeline definition.

We know many of you would create a new Classic pipeline, tweak the settings for a task or two, and then use “View YAML” as a sort of visual editor for YAML pipelines. For this use, we encourage you to check out the YAML pipeline editor and its built-in Task Assistant.

Related Articles