Closed filippovichv closed 1 month ago
Things I would try:
Aside from that there seem to be some suggestions to explicitly specify exit code for Azure tasks in the SO question: https://stackoverflow.com/questions/63508364/azure-devops-reports-powershell-task-as-passed-even-with-non-0-exit-code
Thank you ... The Install command is successful and that's why its surprising that i am getting exit code 1. Adding Exit 0 as suggested in ticket -works and it seems to catch SQL error or connection error if they exists , guess i ll proceed with this suggestion
i am running command from my yml file
pwsh: |
Script get executed fine ( i see changes in database ) however I keep getting error right after Any suggestions?