Monday, May 14, 2007 1:49 PM
kolbis
Deploy Database project using Team Build
In one of my projects I had to initiate the deploy operation on my database project during the team build.
Here is an article that describes how to just that.
An important comment I would like to add is the fact that we need to manually change the .proj file. The link contains information about it, however to further emphasize it, here is the explanation:
"The target connection and database are stored in the ProjectName.dbproj.user file, which is user specific and not typically checked in to version control. You require those settings to deploy your database. Therefore, you must modify the ProjectName.dbproj file manually to specify the target connection and database."
תגים:Team System, Team Build, Data Dude