| .NET DotNet Forum Index » .NET Framework Forum » fxcopcmd in TFS Build Problem... |
|
Page 1 of 1 |
|
| Author |
Message |
| SnapDive... |
Posted: Thu Oct 22, 2009 2:55 pm |
|
|
|
Guest
|
I have a .cmd with two lines. First does a compile-and-deploy-dump of
an ASP.nEt web site. Second runs fxcop against what is in the
directory. I am now trying to launch the .cmd and get the result of
the output while running the cmd from within a Visual Studio 2008
tfsbuild.proj file.
I do not want to use the baked-in analysis from within Visual Studio,
I want to use the latest FxCop (currently 136). One of my pathing
problems is that FxCop on the 32-bit dev machines is in c:\program
files and on the x64 machines it was installed in c:\program files
(x86). To get around that problem I added either directory to the
system %path% variable so I can just do "fxcopcmd etcetcetc".
Anyway, can anyone tell me how I can integrate my custom build and
fxcop execution into the build-proj file?
Thanks. |
|
|
| Back to top |
|
|
|
|