Open jessehouwing opened 8 years ago
When I last tested, it didn't work. I added a comment in #16:
If I put a TestAdapter.dll into a NuGet package; it works fine for exe/dll, but nothing else. I need the VS extension in order to tell VS to monitor other file types.
Seems like a silly restriction, but I couldn't find a way around it :(
Check out the chutzpah nuget package and sources, it's able to do the magic. On Nov 13, 2015 16:20, "Danny Tuppeny" notifications@github.com wrote:
When I last tested, it didn't work. I added a comment in #16 https://github.com/DanTup/TestAdapters/issues/16:
If I put a TestAdapter.dll into a NuGet package; it works fine for exe/dll, but nothing else. I need the VS extension in order to tell VS to monitor other file types.
Seems like a silly restriction, but I couldn't find a way around it :(
— Reply to this email directly or view it on GitHub https://github.com/DanTup/TestAdapters/issues/36#issuecomment-156460859.
Now that both Visual Studio and TFS Build support executing test using nuget installed test runners, it would be great if a next version would support that deployment mechanism.
It would automatically resolve #16 .