We are trying to set up automated deployment of our database project and need some help.
We are using VS2012, TFS 2012 and SQL server 2008 R2. We have a single solution file which contains all the projects. We would like to have the database project build and deploy at set intervals - say nightly.
I have created the publish profile which works, but when I schedule the build definition I get this error:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets (1255): File "C:\Builds\1\projectName\Deploy Database\output\Binaries\Storage.SqlServer.dacpac" does not exist.
The build machine and deployment server is all set up correctly, as far as I can tell.
How can I fix this? We don't have a .dacpac file that I can see.