Visual Studio not recognizing "BuildStep"
- by AmbiguousX
I'm trying to add an automatic post-build trigger to run NDepend after an automated team build in TFS 2010.
NDepend's website provided code for integrating this capability, and so I have pasted their code into my .csproj file where they said for it to go, but I receive errors on the build.
The errors refer to two of the three "BuildStep" tags I…