Forum member

dxbydt

4 posts

Posts by dxbydt

  1. MSBuild does not run tests using NCrunchRunner project

    I've found out a bit more. OutDir does need to be defined because of the NCrunch target file uses it to publish the results. However, it definitely wasn't getting defined for whatever reason. I manually defined it in my csproj and that seems to be working.

  2. TFS Test Results Integration

    Is there a way to get TFS to utilize the NCrunch results for its Test Results and Code Coverage reports? Would this require a new plugin as a new feature?

  3. MSBuild does not run tests using NCrunchRunner project

    Nevermind, I figured out that it wasn't running tests because OutDir wasn't defined. OutDir has been deprecated and replaced by OutputPath. I changed the check to look for OutputPath and now it runs.

  4. MSBuild does not run tests using NCrunchRunner project

    I've followed all the steps outlined in https://www.ncrunch.net/documentation/guides_console-tool-usage for TFS build. I can run my tests normally in VS2017 but building with MSBuild does nothing. I have a special build configuration created for TFS called "Server Build" and all projects are disable…