-
Notifications
You must be signed in to change notification settings - Fork 45
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
Gradle issue when setting build tools #86
Comments
Could you please check if |
It returns |
Sorry, you need to download the latest vswhwere executable. |
Why isn't the newest version in this repository? Either way, I've downloaded the linked version and ran it with the provided arguments. It doesn't return an error, but it doesn't return anything else either. I've tried running it as is and as an administrator with the same results. |
Because there's no reason to. Thanks for checking the command. |
Fair enough. Feel free to notify me if I can help any other way! |
I have two "versions" of visual studio: Build tools and Team explorer.
Build tools is essentially MSBuild, while Team explorer is CLI and GUI client for TFVC.
Version of Team explorer that I have is newer than that of Build tools.
This means that the this bit here:
returns the location of Team explorer instead of Build tools.
I've fixed the issue for my case by replacing the '*' after the products with 'Build Tools', but that won't work for most people, since I belive most people have msbuild.exe as a part of proper visual studio installation.
The text was updated successfully, but these errors were encountered: