Add support for VS Build Tools and VS Test Agent#46
Conversation
kzu
left a comment
There was a problem hiding this comment.
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 .