MSBuild: automate collecting of db migration scripts?
- by P Dub
Summary of environment.
Asp.net web application (source stored in svn)
sqlserver database. (Database schema (tables/sprocs) stored in svn)
db version is synced with web application assembly version. (stored in table 'CurrentVersion')
CI hudson server that checks out web app from repo and runs custom msbuild file to publish/package app.
My…