I have a Visual Studio Extension project. It works fine, builds into a vsix and does its job. I'm using VS2017
I'd like to unit test it. I already wrote unit tests, using MSTest v2.
Problem is: When I try to build/run the test project, there's an error that it didn't find the myProject.dll, obviously because there isn't one (myProject builds to a .vsix file).
How do I unit test my vsix project?
Edit: Debugging it works fine.
Edit 2: The whole output is the vsmanifest file and a .vsix file. Installing and running works.
Tl;dr of the answer: Can't test a vsix.