I have a situation where I need to copy a few specific files in a MSBuild script, but they may or may not exist. If they don\'t exist it\'s fine, I don\'t need them then. But th
It looks like you can mark MySourceFiles as SkipUnchangedFiles="true" and it won't copy the files if they already exist.