Automatically building Unit Tests fails
When trying to run nunit tests, automatic build fails. I have to set the build settings in the Unit Test Sessions Window to 'never build' and build the assembly manually. What could cause the automatic build to fail?
Please sign in to leave a comment.
Hello Peter,
What do you see in the Output window (View | Output) when ReSharper reports
that build has failed? Does this happen with any solution/project or only
with one project in particular? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Ah, I see what is going on now. I have a setup that includes Amethyst projects and because Resharper and Amethyst do not play nice together I changed the configuration of the solution. If I just build the C# projects in my solution, Resharper can build the unit tests automatically again.