-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for VS Build Tools and VS Test Agent #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor changes, this looks good, thanks for looking into it!
Also, if you rebase on main, the build error from the push step will be gone 👍 |
I merged upstream but unfortunately forgot to rebase 🙈 |
@kzu I fixed the failing tests. Unfortunately my Visual Studio has shown me the tests all green so I thought everything is fine but in reality it didn't even run the tests. |
Thanks a lot for your contribution! Would be great to add a bit to the readme, if you can. But I'm willing to merge it as-is since the CLI help would already include a way to discover this new feature. Thanks again! |
@kzu I also updated the README now. Feel free to merge ;) |
Hm, the rendering of the tables is broken: https://github.com/likemike91/dotnet-vs |
Ah, you're missing some escapes for the |
Thanks for the hint... |
Thanks a lot for your contribution @likemike91! 🤟 |
This PR adds support for the Visual Studio Build Tools and the Visual Studio Test Agent and therefore implements #44 .