0

I've set up an automated build in TFS which both:

  • Builds the project
  • Runs the unit tests

However we are getting the following reported, with no pointers in the log:

enter image description here

All tests are succesfully ran, yet these errors appear to come from MSTest.

Any ideas?

m.edmondson
  • 30,382
  • 27
  • 123
  • 206
  • If you can't see in the "Log", Try changing the Logging Verbosity (in Parameters tab when Queuing) up to Detailed / Diagnostic to see where about this is coming from? – DaveShaw Nov 17 '14 at 16:53
  • Are the paths that you are using correct. Looks like it's trying to find something that doesnt exist. – ChrisBint Nov 17 '14 at 16:54
  • @DaveShaw We've already tried both of these settings. The line prior to these errors is relating to mstest. – m.edmondson Nov 17 '14 at 16:55
  • What is the "Test assembly file specification" in your build definition? – DaveShaw Nov 17 '14 at 16:58
  • It's `**\*test*.dll; **\*test*.appx` however this appears correct as all tests are ran (successfully) – m.edmondson Nov 17 '14 at 17:01

0 Answers0