I am working on TFS 2012 Builds. I have created a build template to deploy Asp.net application and its working properly but its deploying full build every time. I need to deploy 1. Only changed files 2. I don't wanna deploy folders like 'Uploads or Attachments etc' 3. I don't want to deploy Web.config file
I have searched for MSbuild arguments but didn't get result , also SkipUnchangedFiles didn't work in 2012 TFS.
Can you guys help me achieve these result.
Thanks