Is there a way to specify what version of MSBuild to use? We are currently running a custom build of it and need it for resolving project and external nuget style references.
Thanks,
Aaron
Remco NCrunch Developer
#7310
11 May 2015 21:25 UTC
Hi Aaron,
NCrunch will always use the version of MSBuild that corresponds with the version of Visual Studio you are using. It resolves this via a GAC lookup to the MSBuild framework DLLs.
How are you currently handling your custom build of MSBuild with your other tools? Have you overridden the default behaviour of VS in some way?
NCrunch will always use the version of MSBuild that corresponds with the version of Visual Studio you are using. It resolves this via a GAC lookup to the MSBuild framework DLLs.
How are you currently handling your custom build of MSBuild with your other tools? Have you overridden the default behaviour of VS in some way?
Post a reply
Log in to reply.