-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Nuget package for easier deployment #77
Comments
Committed first working version. Package is generated by post build event of VsPackage project and ends up in folder VsPackage\bin. Package can be tested by using a local NuGet feed. For C++ projects having that NuGet dependency, discovery and execution works out of the box (even without restarting VS). However, only user settings do apply with this approach - no actual vsix extension is installed, no options or toolbar are available. Alternatives:
|
Installation with NuGet will only provide basic functionality (test discovery and execution, solution and user settings), but no options or toolbar will be available. |
Add NuGet support such as that of the xUnit or nUnit test adapters.
The text was updated successfully, but these errors were encountered: