I am having a TFS 2010 installation along with Visual Studio 2010 (also installed in the server), I created a build definition for a C# project. The Build ends up being successful but I have no .exe files in my drop folder, I can find dlls however,
Has anyone experienced the same issue before?
Thanks for your replies, that was exactly the problem, one of the 3 projects was set to “x86” instead of “AnyCPU”, I noticed after organizing the binaries folders (as by default TFS puts everything in the same folder so it can be difficult to see) using the post:http://lajak.wordpress.com/2011/05/07/customize-binaries-folder-in-tfs-team-build/.
The problem is now solved. Thanks for your help and have a nice day.