Reputation: 1
After setting up the release definition with tasks exactly like those in this document:
I am continuing to get the error:
Selected environment does not have the right version or settings of the Visual Studio Test task to run tests.
My current configuration can be seen below.
Link to screenshot of VsTest task.
Has anyone experienced this problem before? If so, how can I resolve it?
Upvotes: 0
Views: 303
Reputation: 31003
Make sure you have installed Visual Studio on the agent computer, otherwise you must add the Visual Studio Test Platform Installer task to the pipeline definition.
Upvotes: 1