How can we help you today? How can we help you today?

Azure DevOps Release extension

I am trying to use the ADO Redgate release extension and I keep receiving the error:
The specified source path does not contain a NuGet package file, or SQL Source Control database repository:  Will a .nuspec file suffice or does it require a .nupkg file?
Bill Wilbourne
0

Comments

1 comment

  • Vic
    Official comment

    This may be a legitimate duplication and case-comparison is off; or the view is being created twice somehow in the scripts folder.
     
    First check I would recommend is in the Project settings > Options > Use case-sensitive object definition. If that is disabled, enable it. 
      
    If you have a program to search for text within files (I use Agent Ransack personally, but there are others) search for that view [vw_RGTest] to see if it exists in multiple CREATE statements.
     
    Otherwise, if you are using a filter in your Compare project - it may be possible that you are excluding dependencies that are causing SQL Compare to treat this object as new and then creating this duplicate definition error.

    Vic

Add comment

Please sign in to leave a comment.