Hello everyone,I am currently managing a development teams automated deployment of a .net web application with a sql server backend.We are SVN as our source controlWe currently have fully automated for building and deployment of the web portion but are struggling with automating the sql piece.Our developers are not comfortable with creating SQL Scripts for all their changes as they are used to using svn to manage the database changes .Is there a way to easily do the following.1. Have Team City detect changes in the DB project and rebuild the db project. 2. Have Team City and Octopus deploy then deploy the delta change automatically to environments set up in Octopus Deploy?Thanks for
↧