TFSBuild.Proj and Manual SQL Server Work Help?
Posted
by ScSub
on Stack Overflow
See other posts from Stack Overflow
or by ScSub
Published on 2009-11-18T04:44:13Z
Indexed on
2010/04/11
9:03 UTC
Read the original article
Hit count: 553
Using the VS 2008 GDR update, I have created a database project. I have created a SQL Server deployment package. I have created a database unit test.
Using some wizards, the stuff got into my tfsbuild.proj file so near the end of the automated build process a database is created.
I lack a little control of the whole process, I now see. What I would like to do is manually deploy the DB, run 3 custom scripts against the DB, and then manually start the DB unit test. I have other non-DB unit tests that already run. I do not want to use VSMDI or ordered unit test stuff because in out multi-developer environment it gets messy.
Help!
© Stack Overflow or respective owner