I downloaded the latest MSBUild Community Tasks stuff, installed it on my Visual Studio 2008 XP box, edited the tfsbuild.proj file. Intent is to run a custom FxCop setup. Right now i have fxcopcmd that does this:
fxcopcmd /console /f:%temp%\output\bin /p:localdev /out:fxcop.Xml /ignoregeneratedcode /asp
I want that baked into my tfsbuild.proj file but can find no simple HOWTO to what should be a simple task done. Visual Studio seems unaware that I even installed/referenced the community tasks stuff.
Help!
