I'm using uSync Migrations to go from 8 to 13 and it's working great. However I'm confused about adding my own migrators. I compiled uSync.Migrations.Migrators.dll with my own additions and added it to the website project in a /lib folder. I added it as a project reference from there. Whenever the project builds it still uses the base uSync.Migrations.Migrators.dll file and I'm not sure how to get Visual Studio to ignore that and use mine instead. I can override it in the packages folder but that won't work on our build server which is Azure DevOps. I think I'm missing something basic in Visual Studio.
Adding custom uSync.Migration.Migrator file
I'm using uSync Migrations to go from 8 to 13 and it's working great. However I'm confused about adding my own migrators. I compiled uSync.Migrations.Migrators.dll with my own additions and added it to the website project in a /lib folder. I added it as a project reference from there. Whenever the project builds it still uses the base uSync.Migrations.Migrators.dll file and I'm not sure how to get Visual Studio to ignore that and use mine instead. I can override it in the packages folder but that won't work on our build server which is Azure DevOps. I think I'm missing something basic in Visual Studio.
is working on a reply...