Build/Test Issues

Custom MSBuild Path

Started by aweiker on 4,696 views

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
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?

Post a reply

Log in to reply.