Hi.
We use tfsbuild 2010 and provide msbuild parameters (/p:CreatePackageOnPublish=true /p:DeployOnBuild=True) to the solution being built during CI. These parameters are used by all web application projects in the solution, thus deploying all of them.
Is there a way to exclude certain web applications from being deployed? Or can we specify which of them to deploy in a comma-separated list? Can we do any hacks inside certain project files (I have an idea here, but am hoping for a simpler solution)?
Any pointers would be great!
Lars Andreas