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