Forum member

Ruskin

3 posts

Posts by Ruskin

  1. Build fails with VS 2015 RTM

    Thank you for that. A bit painful using pre-release packages but should suffice for now :).

  2. Build fails with VS 2015 RTM

    Hi Remco, Hmm the project file which uses the Specflow targets does not explicitly import the targets file. I don't believe the problem is within VS2015 as the issue is only exposed while building via NCrunch. There are few items which VS2015 simply builds out of box but when built via NCru…

  3. Build fails with VS 2015 RTM

    Changing the targets file is all well and good if you checkin/commit the targets file. This is not a solution if you are using nuget to download the package at compile time and therefore getting a new file on each compile. Also we don't commit these files to the repository so changing it would be …