In my project, static checking is disabled, but still, when I run msbuild.exe with cmd, it starts static checking for each project... Is there a way, with parameters, to disable this?
views:
46answers:
1
                +1 
                A: 
                
                
              
            The following should do it:
MSBuild ... /p:RunCodeAnalysis=false
                  Ade Miller
                   2010-08-09 19:59:15