Forum member
James Mi
7 posts
Posts by James Mi
-
build fail
Got it. Thanks!
24 May 2014 01:17 UTC
-
build fail
Thanks! This really helps. I can repro by the command line you gave me and got more error information. It turns out we MSBuild another proj in our customization (to pull down all the dependencies). In that proj, the "NCurnchPrepareForBuild" was not appended. So I added that dummy target and the buil…
24 May 2014 00:47 UTC
-
build fail
I submitted the logs and also the project file. Could you take a look?
23 May 2014 22:38 UTC
-
build fail
I submitted the bug report. Can you see it? My customization is to import a bunch of properties and targets in the proj, e.g. redirect the $(OutDir), add custom analysis tools targets in <BuildDependsOn>, etc. Unfortunately, no project worked...
23 May 2014 01:11 UTC
-
build fail
Yes, it worked. As I mentioned, it even works if I use msbuild command line to build the proj. But it still failed inside the NCrunch Test window in VS...
22 May 2014 22:20 UTC
-
build fail
Thanks. I checked the proj file under the workspace. Everything looks good to me. I also did 'msbuild' for this proj file within VS prompt and it worked... Any idea on why it failed in NCrunch Tests window? Below is the the targets got appended in my proj file: <Import Project="$(MSBuildTo…
22 May 2014 17:36 UTC
-
build fail
Hi, We use some custom build processes. I've added these custom files to Additional files to include configuration. However, I got the error: C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets: The target "NCrunchPrepareForBuild" does not exist in the project. Now…
22 May 2014 06:42 UTC