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?