Using Visual Studio 2015 and TFS 2012.
We use a TFS build server to build and deploy our project. Building and deploying the dacpac for our database takes up most of our deployment time. A lot of times, there are no changes to the database.
Is it possible to not have the dacpac build when there are no changes to the database?