Skip to content

Commit

Permalink
Add MSTest among common workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Oct 30, 2024
1 parent 2e7615d commit b4c1721
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ private async Task<IEnumerable<ITemplateInfo>> GetCuratedListAsync(CancellationT
"Microsoft.Common.Console", //console
"Microsoft.Common.WPF", //wpf
"Microsoft.Common.WinForms", //winforms
"Microsoft.Web.Blazor" //blazor
"Microsoft.Web.Blazor", //blazor
"Microsoft.Test.MSTest" //mstest
};

IReadOnlyList<ITemplateInfo> templates = await _templatePackageManager.GetTemplatesAsync(cancellationToken).ConfigureAwait(false);
Expand Down

0 comments on commit b4c1721

Please sign in to comment.