msbuild not working properly with tfs 2010 and importet Microsoft.TeamFoundation.Build.targets
问题 i'm stuck with extending my msbuild project file and tfs 2010. What i want to achieve is to automatically generate the documentation for my source code after the build. I searched the web and found out, that the file Microsoft.TeamFoundation.Build.targets defines a lot of customizable targets for either desktop- or team-build. One of them is the GenerateDocumentation -Target which i want to use. The Problem i have is, that despite i imported this file, the overloaded targets are not invoked