TFS

Team Foundation Server– Debug symbols(pdb files) generated in Release build? Fix it.

Yesterday I setup TFS for my .NET playground website to implement continuous integration and deployments. After a successful build I noticed that debug symbols(pdb files) were generated even though TFS is configured to build in Release mode.  After a bit of analysis its turned out to be the behavior of TFS to generate debug symbols …

Team Foundation Server– Debug symbols(pdb files) generated in Release build? Fix it. Read More »

Team Foundation Server – How to pass ReferencePath argument to MSBuild

When we manually build a .NET project using Visual Studio, the reference paths set in Project Properties are picked up by Visual Studio for referring to dependent DLLs. But the project is built using TFS, the reference path’s specified in project properties are not considered. This is because Reference Paths are user specific settings and …

Team Foundation Server – How to pass ReferencePath argument to MSBuild Read More »