Skip to content

Commit 7867f84

Browse files
authored
Merge cd17609 into 175b570
2 parents 175b570 + cd17609 commit 7867f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vswhere.lib/CommandArgs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const vector<wstring> CommandArgs::s_Products
2020
L"Microsoft.VisualStudio.Product.Enterprise",
2121
L"Microsoft.VisualStudio.Product.Professional",
2222
L"Microsoft.VisualStudio.Product.Community",
23+
L"Microsoft.VisualStudio.Product.BuildTools",
2324
};
2425

2526
void CommandArgs::Parse(_In_ LPCWSTR wszCommandLine)

0 commit comments

Comments
 (0)