Forum member

James Mi

7 posts

Posts by James Mi

  1. build fail

    Got it. Thanks!

  2. 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…

  3. build fail

    I submitted the logs and also the project file. Could you take a look?

  4. 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...

  5. 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...

  6. 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…

  7. 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…