johanclasson / vso-agent-tasks

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

Migrate to DbUp 4.2.0 #50

Closed drwatson1 closed 5 years ago

drwatson1 commented 5 years ago

DbUp have been updated to the newest version. Task use two new distinct packages now - "dbup-core" and "dbup-sqlserver" as well as dependency package System.Data.SqlClient. I believe, this update let us more easily upgrade to newer releases in the future.

All unit tests pass. Also, I've tested the task with an OnPremise TFS and it seems all works fine.

A task version in a "task.json" file has already been changed. Please, check the PR out and if you ok with it publish the extension to Marketplace.

Related to #36

johanclasson commented 5 years ago

Thanks. I will try to have a look this evening!

johanclasson commented 5 years ago

Nice. Setting the RunGroupOrder-options property did the trick. I have now published the 1.3-version in the store. Thank you!