Forum member

simongh

26 posts

Posts by simongh

  1. Upgraded Web Project Not Building

    I've finally got a chance to have a look back at this - apologies for taking so long. Work gets in the way. It still won't work - no nuget packages are found by one of the websites. Deleted all the caches. Fresh checkout. Latest version of the build tools (15.7.5). The NuGet references come from …

  2. Upgraded Web Project Not Building

    Upgraded to 3.17, no joy. Ran the the build using the console tool on my machine and it worked. Trying to run the console tool on the build agent by hand also fails - but in a different way. This time csc.exe failed with -532462766 [12:54:00.4344-?-1] Reporting engine execution results Result: B…

  3. Upgraded Web Project Not Building

    We have a fairly large solution of 40 projects including unit tests & 3 web projects. I'm trying to upgrade the projects to the latest format, ie changing the tooling version to 15 so we can use ProjectReference for NuGet packages, rather than package.config. But I've run into a problem with NCrunch…

  4. NCrunch Console Exits With Code 2

    This made no difference. Removed the cache setting so it created it from scratch within the checkout folder each time (we purge this folder each build) However, I have found a test that isn't being run. NCrunch is reporting "This test was not executed during a planned execution run. Ensure your …

  5. NCrunch Console Exits With Code 2

    I suspect this might be the cause. We use a config file on the build agent that specifies the cache folder. The same cache was used for all builds, so presumably if a test fails in a build & that test is not in the other builds, then those build will also fail with the exit code 2? I've changed t…

  6. NCrunch Console Exits With Code 2

    We're using NCrunch Console tool with TeamCity to build and run the unit tests. We've just this week upgraded to 3.11 from 3.7 and NCrunch keeps intermittently failing builds with an exit code 2. The line above this in the log says returning result TestFailure. When I look at the artefacts from buil…