The default build template (TfvcTemplate.12.xaml) will not get any missing items during a normal build. I can force it to delete and pull down all changes by setting the build definition property "Clean Workspace" to true. However, I want to perform incremental builds.
Setting the "Clean Workspace" property to false will fail on build agents that have not pulled down the source before or whose files have been changed by some outside process.
Is there a setting that I am missing to enable this or do I need to change the build template? If I need to change the template, what activities must I add?