Hi,
We enabled CodeAnalysis in our solution, we saw that it adds about ~1.5 minute to the build time on the build server.
We thought maybe to let MSBuild build the solution with the CodeAnalysis, and in parallel ncrunch will build and test (without CodeAnalysis enabled).
We got the following error:
MSBUILD : error MSB4166: Child node "23" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
We actually couldn't find this MSBuild_*.failure.txt file :/
Do you know how to solve this issue? do you havbe a better way to perform CodeAnalysis?
Any other way to enhance build and test performance on the build server using NCrunch Console tool?
Thanks.