richev;13689 wrote:Thanks for the rapid response - apologies for my delay in replying.
This worked for us, so the problem is solved!
Awesome! Thanks for confirming this :)
richev;13689 wrote:
Is this something we will just need to do from now on, or is it a workaround for an issue in NCrunch that will be fixed in an upcoming release?
This is kind of what we would call a structural limitation. We copy files from your source directory into a sandbox workspace that we use to run builds and tests. For this purpose, we've only really been interested in copying files rather than entire directory structures. It IS technically possible for us to expand this to include directories too, but there would be a trade-of in terms of complexity and possibly performance, because it was never really a use case that was considered.
There are other ways you could work around this, for example, you could include a custom build step that ensured the directory would always exist when your project is built.