I was trying to execute the java/cucumber tests on vsts. I was able to build and associate the tests to the TC work items with the build steps. The AutomatedTestAssembly dll is obtained and the corresponding automation is associated to the test cases.
However when I try to execute the test cases on a release environment configured to use the Hosted VS2017 as agent, I see the following error
Error details: Unable to find assembly 'Microsoft.TeamFoundation.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Is it possible to use it with the hosted agents provided in VSTS? Thanks for your help