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 - Pattern for selecting scripts to be selected as RunAlways #54

Open johanclasson opened 5 years ago

johanclasson commented 5 years ago

This would allow a scenario where you would be able to control the execution order of journaled and not journaled scripts.

As of now you can only make the order like first running a bunch of journalled scirpts and then running the not journaled scripts.

nitinjain1005 commented 4 years ago

I have scripts in one folder and want to set order of execution of somes scripts before others as they are dependents on others...

Any Idea how to handle this kind of scenario in Dbup migration task ?

johanclasson commented 4 years ago

Is this really related to the RunAlways DbUp-feature?

Have you tried using setting the Script Execution Order-field?