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
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
I'm using TypeMock 4.02

I have followed the documentation under the section "TypeMock.NET Integrating with Team Foundation Server".

It says to include the following section:
<!-- Use TypeMock.NET MsBuild Extentions --><Import Project="TypeMock.MSBuild.tasks" />


But when I run this in using Team Build is says it can't find the import.

I changed the section to point to the following location:
<!-- Use TypeMock.NET MsBuild Extentions --><Import Project="C:Program FilesTypeMockTypeMock.NETMSBuildSchemaTypeMock.MSBuild.tasks" />


But I realized that the file located in the MSBuildSchema folder is just an XSD file.

Where is the actual TypeMock.MSBuild.tasks file located?

Thanks,
Eric
asked by eschatzy (3.8k points)

1 Answer

0 votes
Hi
The MSBuild task is located under:
"C:Program FilesTypeMockTypeMock.NET"

We will add to the documentation the full path to find it
Thanks for pointing it out.
answered by ohad (35.4k points)
...