Ready Roll : Drift Issue

SaiSai Posts: 8 New member
Hi Team,

I'm getting below error, while deploying the code through TFS build,

Pre-synchronization checks :
An error occurred while attempting to perform drift analysis on your project: One or more migrations have changed. Please refresh the list of pending changes and re-attempt synchronization.

Can any one help me out in resolving the above issue.
I have tried my level best to resolve the above issue.
1. I made the source and Target databases in sync
2.got the error "The migration has changed since it was deployed to server"
I have marked couple of the migration scripts as deployed
but still i'm getting this issue, can any of you help me in correcting the same.

Thanks
Tagged:

Comments

  • Hi Sai,

    To troubleshoot this issue we would need some data from you.

    Since you have a valid support contract I have opened a ticket for you and will contact you shortly.

    Thank you,
    Sergio
    Product Support Engineer
    Redgate Software Ltd
    Please see our Help Center for detailed guides on how to use our tools
  • Skip drift analysis can be skipped by adding the following property to the build configuration (i.e. as an argument for MSBuild):
    /p:SkipDriftAnalysis=True
    Sergio
    Product Support Engineer
    Redgate Software Ltd
    Please see our Help Center for detailed guides on how to use our tools
Sign In or Register to comment.