Azure DevOps YAML documentation
Sean_Lively
Posts: 27 Bronze 2
Where is the documentation for the Azure DevOps YAML task RedgateSqlChangeAutomationBuild@4?
Specifically I want to run "canary" builds on windows-latest with SQL LocalDB, but the YAML article https://documentation.red-gate.com/sca4/deploying-database-changes/add-ons/azure-devops/create-a-yaml-pipeline-to-build-clone-inspect-code-and-deploy-for-a-pull-request-workflow doesn't cover LocalDB, and the task inputs don't line up with the powershell parameters.
Specifically I want to run "canary" builds on windows-latest with SQL LocalDB, but the YAML article https://documentation.red-gate.com/sca4/deploying-database-changes/add-ons/azure-devops/create-a-yaml-pipeline-to-build-clone-inspect-code-and-deploy-for-a-pull-request-workflow doesn't cover LocalDB, and the task inputs don't line up with the powershell parameters.
Tagged:
Answers
We don't currently have separate documentation for the YAML task.
I wasn't sure how many of our customers were interested in YAML pipelines in Azure DevOps and created that page as a first step, so I'm glad to hear that you found it and are interested in this!
I used our graphic CI/CD plugins to help write the YAML there -- I think they would help you configure LocalDB as well.
In the video linked at the bottom of that page I show what I did at around this point: https://youtu.be/oXampkDWcC0?t=405
Hope this helps,
Kendra