johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

DbUpMigration Support for MySQl #52

Open joelbasson opened 5 years ago

joelbasson commented 5 years ago

Thanks for the brilliant agent task. Would it be possible to add support for MySQL (And related compatible databases such as Aurora)? DbUp already has support for MySQL

johanclasson commented 5 years ago

I guess the hardest part would be to write automated tests verifying that the MySQL-related functionality works.

Without automated tests I would not be able to verify that stuff still works after any future change is made. I have quite little experience of MySQL...

The actual change in the PowerShell scripts would probably be minor.