chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
I am not sure if this is just the behaviour of Typemock. However, if I want to run my tests on the command line directly I need to unlink it from partcover or I get an error "core.msbuild(220,5): error MSB3073 the command exited with code 128

It is not an urgent problem but just annoying as I need to keep linking and unlinking typemock from partcover.
asked by aftan (2.5k points)

1 Answer

0 votes
Hi,

How are you running your tests? You can control the way Isolator runs tests by using the provided MSBuild tasks, and provide the Link parameter to the TypeMockStart task. If I understand correctly, you need one task with Link=PartCover for your coverage tests, and one without a Link value for the rest of your tests. You can find more info about the build tasks here: https://www.typemock.com/Docs/UserGuide/ ... Build.html.

If this doesn't help, can you post your build script (or send it to our support mailbox) so we have some more info?

Thanks,
Doron
Typemock Support
answered by doron (17.2k points)
...