How to disable certain folders containing test code in resharper cli
Hi all,
is it possible to disable some folders from analysis in teamcity, we have test code in a folder called test and want to take it out of the analysis to speed up the build.
Is it possible
thanks in advance
best regards
jorge costa
Please sign in to leave a comment.
Hello Jorge,
Yes, it is possible. Add such folders via ReSharper to skip: ReSharper | Options | Code Inspection | Settings | Elements to skip, then save it to needed settings layer. After that, during running InspectCode, specify such settings files in parameter keys.
Thanks!