Tim Long;15243 wrote:
Let me clarify. I believe that GitVersion is _generating_ that file, not looking for it. The error is that its a malformed path (that part is the GitVersion problem).
Understood. In this case, it may be enough to simply create an empty text file inside the 'obj' directory, then include this file in NCrunch's additional files to include setting. This will force NCrunch to create the directory inside the workspace, hopefully allowing the task to run without problems.
Tim Long;15243 wrote:
What I see as potentially an NCrunch problem is that I can't prevent it from running by setting IgnoreGitVersionTask=True like I used to be able to.
Presently, NCrunch has no build integration with this git package. This means that any configuration settings used to suppress the package are specific to the package itself and are not under our control. Usually, a quick look at the targets inside the package can reveal a way to suppress the targets.