Can you disable styleCop in VS?
Scenario:
I've setup a separate build configuration that doesn't run code analysis.
I now have the following configurations in VS:
You have to manually choose which configuration you want to build (i.e. step 3 in your list would be a manual step)
In the build targets file I've included code along these lines:
true
true
false
CODE_ANALYSIS;$(DefineConstants)