Replace equivalents of vswhere.exe and MSbuild in Rider IDE Follow
Hello,
I am trying to run this windows batch file to build multiple C# projects in a folder using Rider IDE installed. This worked with Visual Studio, but doesn't work with Rider.
(Find MSBuild · microsoft/vswhere Wiki (github.com))
Specifically, I need to find equivalent of vswhere.exe for Rider installation. Also, how do I modify this bat file run for Rider installation ?
Regards,
Atul
Please sign in to leave a comment.
Hi Atul Nanal!
Do you want to run your projects exactly with the bat file? Rider provides compound configurations to run several projects at once.