Add X86 product ids · microsoft/vssetup.powershell@ed0da2a (original) (raw)
File tree
1 file changed
lines changed
- src/VSSetup.PowerShell/PowerShell
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -52,6 +52,9 @@ public class SelectInstanceCommand : Cmdlet | ||
52 | 52 | "Microsoft.VisualStudio.Product.Enterprise", |
53 | 53 | "Microsoft.VisualStudio.Product.Professional", |
54 | 54 | "Microsoft.VisualStudio.Product.Community", |
55 | +"Microsoft.VisualStudio.Product.EnterpriseX86", | |
56 | +"Microsoft.VisualStudio.Product.ProfessionalX86", | |
57 | +"Microsoft.VisualStudio.Product.CommunityX86", | |
55 | 58 | }; |
56 | 59 | |
57 | 60 | /// |