I have set up a handful of tests using Isolater and they work as expected on my computer.
Now I am attempting to set up the Build Server to run the tests. Currently I am getting the following error:
error CS0246: The type or namespace name 'TypeMock' could not be found (are you missing a using directive or an assembly reference?) [d:uildsEconometrixDevSourcesTestTest.csproj]
I had assumed that the project would have used GAC to get the references but it appears that is incorrect. I am using MSTest and TFS Build.
Is there documentation somewhere that I have not seen yet on how to configure the Build Server version to work correctly? I have seen the documentation on the auto deploy scenario, but that looks like it is for teams that need to use different versions of Isolator for various projects. That doesn't apply to me.
Thanks in advance