Azure DevOps SQL Change Automation: Build error
joemo65
Posts: 2 New member
Hello,
I have followed this guide to try to create an automated build pipeline in azure devops and using the provided project.
https://documentation.red-gate.com/sca3/automating-database-changes/add-ons/visual-studio-team-services/use-the-vsts-build-extension-with-sql-change-automation-project
however, when I go to actually try to run the release with the defaults, it gives me this,
If anyone else has ran into this issue before, or might have some ideas at what the problem could be, please send it.
Thanks,
I have followed this guide to try to create an automated build pipeline in azure devops and using the provided project.
https://documentation.red-gate.com/sca3/automating-database-changes/add-ons/visual-studio-team-services/use-the-vsts-build-extension-with-sql-change-automation-project
however, when I go to actually try to run the release with the defaults, it gives me this,
If anyone else has ran into this issue before, or might have some ideas at what the problem could be, please send it.
Thanks,
Answers
Setting the system.debug variable to True will increase the verboseness of the log and give you a better indication why this is failing
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
The reason that lead me to doing this was because in the first step when selecting where is your code I would select "Azure Repos" which then would not allow me to select an empty Pipeline project template later on and thus not being able to select the Change Automation Build Tool.
I recommend making sure to "use the visual designer" and then selecting your repository otherwise you may have trouble trying to create an empty pipeline template and thus not be able to select the extension.