Some of the scripts were migrate manually without using readyroll script. Now any new push to dev branch fails with following error :
DB\DB.sqlproj(0,0): Error : Drift analysis: These changes will NOT be applied because DriftOptionBlockDataLoss=True (see 'obj\Release\DB_ReSync.sql' for details). Changes have been detected that could result in data loss for the following table object(s): dbo.Info.
Process 'msbuild.exe' exited with code '1'.
Same works fine on local but fails in the build created in VSTS. What needs to be done for successful build ?