In one of my project I use Paul Betts' library called Refit. In the pre-build event it runs a tool from it package folder to generate some .cs file. Because the file is generated, it is also excluded from source control.
However, when NCrunch is building this project, the packages directory is not getting restored and the event cannot run. I tried to use "include another files" but it does not seem to work.
Ignoring the project is not an option since some other projects depend on it.
How do I resolve this issue?
I managed to resolve this by including the packages\refit.2.2.1\tools folder using the "Additional files to include" setting in NCrunch settings for the project.
Thanks! I actually did the same about 10 minutes after I posted this question and I thought I removed the question itself :)
Post a reply
Log in to reply.