May be related to
http://forum.ncrunch.net...p-runner-directory.aspx
After upgrading console tool to 2.26.01 from 2.19.04 some integration tests which relay on content files being copied to output folder stopped working.
With the previous version everything worked, and inspecting the folder structure, we can see the files put in xxx/bin/Debug/Web as they should.
With the new version they are put in xxx/bin/Web (missing the Debug) part.
This happens with one and the same code base, we just change the console tool version. When we downgrade, tests are restored.
What else would you need in order to investigate this problem?