Hi Brad,
Great article!!! this helped me a lot to setup my first release pipeline for my Azure Workspace.
I have two questions if you please answer,
1. Is it possible to push artifact of my dev workspace from a feature branch without merging my changes into main (collaboration) branch and deploy into test/qa workspace?
2. Also once we click manually on publish button in main branch which generates TemplateForWorkspace.json and TemplateParametersForWorkspace.json into workspace_publish branch in my azure devops repo and then my release pipeline deploy my dev workspace changes into Test/QA/UAT workspace using these templates, is it possible to automate this publish activity? I want to trigger my release pipeline as soon as my PRs are merged into main branch and these two template jsons are generated automatically.
Any help would be appreciated.
Thanks,
Kapil