From 93d13bee8bef4bc010ab32bbf6209dc8754db437 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Wed, 2 May 2018 15:06:25 +0200 Subject: Fix editor detecting msbuild with a msvc 'tools only' install --- modules/mono/utils/mono_reg_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mono/utils/mono_reg_utils.cpp') diff --git a/modules/mono/utils/mono_reg_utils.cpp b/modules/mono/utils/mono_reg_utils.cpp index 9bb8da8ac0..7b23cd7579 100644 --- a/modules/mono/utils/mono_reg_utils.cpp +++ b/modules/mono/utils/mono_reg_utils.cpp @@ -174,6 +174,8 @@ String find_msbuild_tools_path() { List vswhere_args; vswhere_args.push_back("-latest"); + vswhere_args.push_back("-products"); + vswhere_args.push_back("*"); vswhere_args.push_back("-requires"); vswhere_args.push_back("Microsoft.Component.MSBuild"); -- cgit v1.2.3