Skip to content

Commit

Permalink
Add X86 product ids
Browse files Browse the repository at this point in the history
  • Loading branch information
lwillia committed May 26, 2021
1 parent d1247fe commit ed0da2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ public class SelectInstanceCommand : Cmdlet
"Microsoft.VisualStudio.Product.Enterprise",
"Microsoft.VisualStudio.Product.Professional",
"Microsoft.VisualStudio.Product.Community",
"Microsoft.VisualStudio.Product.EnterpriseX86",
"Microsoft.VisualStudio.Product.ProfessionalX86",
"Microsoft.VisualStudio.Product.CommunityX86",
};

/// <summary>
Expand Down

0 comments on commit ed0da2a

Please sign in to comment.