We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175b570 + cd17609 commit 7867f84Copy full SHA for 7867f84
src/vswhere.lib/CommandArgs.cpp
@@ -20,6 +20,7 @@ const vector<wstring> CommandArgs::s_Products
20
L"Microsoft.VisualStudio.Product.Enterprise",
21
L"Microsoft.VisualStudio.Product.Professional",
22
L"Microsoft.VisualStudio.Product.Community",
23
+ L"Microsoft.VisualStudio.Product.BuildTools",
24
};
25
26
void CommandArgs::Parse(_In_ LPCWSTR wszCommandLine)
0 commit comments