I have added a basic MSI project to my vS2010 solution, it builds fine on my machine, but when I check in my code and request a build using TFS then it doesn't build and generates the following error:
C:\Program Files\MSBuild\InstallShield\2011\InstallShield.targets (68): OutputGroups item "e:\BldTmp\2\MyProject\My Project Build\Sources\My project\lib.proj.Countdowns\obj\x86\Release\lib.proj.Countdown.pdb" of "lib.proj.Countdown.debug symbols" does not appear to exist.
why MSBuild or SAB 2011 are looking for pdb file? I don't want to add pdb file to my installer. I have checked the path and I can see that the pdb file exist, but the build generates this error!!