Tfs 2015 'Team Foundation Add'

We are currently testing upgrading to TFS 2015 from TFS 2010.  Some of our finalbuilder projects are using the ‘Team Foundation Add’ action. This action is currently failing with “Error: Items matching the following exclusions were ignored: .dll;.exe;bin”.  This is the command that is being executed: “Add “SomeDirectory*.*” /lock:none /noprompt /recursive”.   Looking at the posts on here: http://stackoverflow.com/questions/30778087/tf-exe-command-excluding-executable-dll-files it seems we might want to be setting the /noignore flag, but we can’t find anywhere in the options of the ‘Team Foundation Add’ action to set the /noignore flag.  Any ideas on the best way forward here?



Hi Chris

You are correct, we were missing that option. I have added in this build :

http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2012.exe

We’re having some authentication issues with our TFS machine at the moment so I have not been able to test this yet, so no guarantee it will work (it should, unless tf.exe command line options are positional!).