Using the classic (visual) designer, how do you create a custom template for the release pipeline? For the build pipeline, when I click the ellipse in the upper right corner (three vertical dots) I see the command "Save as a template", but no such command exists for the release pipeline.
2
votes
How is your problem progressing?
- Hugh Lin
As noted in the thread below, I found the answer here. Thanks for checking.
- Stephen Pham
You can convert it into an answer, it can help other community members who get the same issues more easily to find the solution and we could archive this thread, thanks.
- Hugh Lin
2 Answers
2
votes
so there are several options:
- create a task group and use that across releases
- create a "sample" release and clone it
- export a release and import it (but this will need some editing afterwards, i believe)
I believe task groups are better overall solution, because they give you the ability to mass edit release (effectively). So they give more manageability\flexibility
2
votes
I found the answer here. Basically, I need select a stage first within a release pipeline. Click the ellipse in the upper corner (three horizontal dots), then "Save as template".