Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert from visual designer to YAML #2504

Closed
MisinformedDNA opened this issue Nov 20, 2018 · 9 comments
Closed

Convert from visual designer to YAML #2504

MisinformedDNA opened this issue Nov 20, 2018 · 9 comments
Assignees

Comments

@MisinformedDNA
Copy link
Contributor

I've been working with the visual designer for some time, but I read that we are encouraged to move to YAML. Is there a way to easily convert from visual designer to YAML?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Copy link

Export the yaml from the visual designer using view yaml (on the far right of the edit screen) copy the yaml and then paste that into a new file in the root of the git repository with name azure-pipeline.yml

@renenadorp
Copy link

Is it also possible to convert release-pipelines, initially developed using the visual designer, to yaml, and keep this separate from the build-pipeline?
Regards,
R.

@andyjlewis
Copy link
Contributor

You can deploy from a YAML pipeline; some of our docs show examples of this. However, YAML pipelines don't have stages or approvals.

@vtbassmatt
Copy link
Collaborator

For designer builds, the "view YAML" button is the best bet.

As Andy said, we aren't quite there on feature parity for designer releases.

@yannduran
Copy link

@RolfEleveld , @vtbassmatt

Does anyone know where the "View YAML" button went? I can't see it on the far right of the edit screen, or anywhere else for that matter.

@RolfEleveld
Copy link

RolfEleveld commented Jul 2, 2019

@yannduran, open edit on the visual build pipeline and now for each step, select the step and you can see yam button right top.

@yannduran
Copy link

@RolfEleveld, oh I see. You only see the YAML step-by-step, not for the whole pipeline. Thanks!

I was expecting something that allowed you to see the YAML for the whole pipeline. I mean you can export a whole pipeline to JSON, so it'd seem reasonable to expect that you could also see/export it to YAML, especially with the emphasis that's being placed on YAML now.

@vtbassmatt
Copy link
Collaborator

It's available at the Job level.

@f2calv
Copy link
Contributor

f2calv commented Nov 21, 2020

FYI soon will be possible to export an entire pipeline as YAML;

steved0x pushed a commit that referenced this issue Dec 14, 2020
…resh-get-started

Security get started and refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants