Using Team Foundation Server continuous deployment with Web Depoly, is it possible to stop certain folders being deployed? And if it is, how?
UPDATE You can't specify a skip rule via the command line (as in, an MSBuild Argument) because they are declared as items, not properties.
A skip command can be specified in a publish profile. However it seems publish profiles are only for the inbuilt publishing in visual studio, not Web Deploy 3.
Is there a way for Web Deploy to accept a publish profile, and if there is, should this be checked into TFS?