I have a web project, which I need to deploy to multiple (5) servers - the only difference between each server is the database connection string. I'm planning to set up a build server using TFS and MSBuild, which should build deployment packages for each of the 5 servers.
Config transformations seems the right way to go - but how do I build the same project into 5 different deployment packages, each with different connection string?