I have a VS 2012 solution that includes both an SSDT project (sqlproj) and an MVC Web Application. I've setup numerous profiles for deploying the web app and would now like to use dbdacfx (or something else?) to deploy the dacpac produced by the SSDT project. I've tested the dacpac itself and it works flawlessly. However, figuring out how to integrate the two is proving elusive. Every example I've seen for deploying incremental database changes with Web Deployment seems to want an instance of the database - how do I get it to use my existing dacpac instead?
Hopefully I'm asking the right question :)
Thanks!