Do have some Git Version type of MS Build Task running on build?
If it is gitversion then you can you can set the ms build property DisableGitVersionTask to true, when NCrunch is running.
Quote: <PropertyGroup Condition="'$(NCrunch)' == '1'">
<DisableGitVersionTask>true</DisableGitVersionTask>
</PropertyGroup>