Hi,
Is there another build that runs on the same build agent which uses Auto-Deploy or linking with other profiler such as coverage profiler?
Just to make sure - tests which do not use DateTime fakes pass consistently?
In addition there are two option I'd like to test which could rule out a few options:
Remove Target property
Try to execute the tests without explicit framework - replace the following:
<TypeMockStart Target="4.0" />
With:
<TypeMockStart />
Execute with TMockRunner instead of build tasks
Remove the
TypeMockStart and
TypeMockStop tasks and instead execute the MStest under TMockRunner:
<Exec ContinueOnError="true" Command='$(TMock) $(MSTest) "/testcontainer:C:continuousintegration
ootCTM_VPOFFICEClassLibrariesCTM_VPOFFICEClassLibrariesCTM.VPOfficeCTM.VPOffice Unit TestinginReleaseCTM.VPOffice Unit Testing.dll"' />
Please let me know if the results differ from the current ones.