Hi Folks,
I am trying to use TFS Build to build and deploy a Visual Studio Database project using a publish.xml file. I can build and deploy the project in Visual Studio by right clicking and choosing publish then selecting the profile.
When I use TFS Build, it is building the project but the deploy is failing with the error Deploy 72002 - Unable to connect to master or target server 'abcde'. You must have a user with the same password in master or target server.
The value of abcde is set to the database name, not the server.
My msbuild arguments are: /p:VisualStudioVersion=12.0 /t:Build;Publish /p:SqlPublishProfilePath=abcde.publish.xml
I am using TFS and VS 2013.5
Does anyone know how to fix this?