Hello there,
I'm having a problem with this task and manually running DBup. The scriptnames when using subdirectory in dbup is different than the scriptnames used by this task.
Is there a way to solve this? Maybe in the DBup script so they both use '.' or '/'.
Manually running DBup 4.2.0: "1. CreateDB.201901311500_LocationIcon.sql"
This task: "1. CreateDB\201901311500_LocationIcon.sql"
You can see the replace happen here: https://github.com/DbUp/DbUp/blob/976d91cd5e4bc7c478f172e91b597dd1495274de/src/dbup-core/Engine/SqlScript.cs#L102
Hello there,
I'm having a problem with this task and manually running DBup. The scriptnames when using subdirectory in dbup is different than the scriptnames used by this task.
Is there a way to solve this? Maybe in the DBup script so they both use '.' or '/'.
You can see the replace happen here: https://github.com/DbUp/DbUp/blob/976d91cd5e4bc7c478f172e91b597dd1495274de/src/dbup-core/Engine/SqlScript.cs#L102