Skip to content

Commit

Permalink
Remove BlazorWebView
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Nov 21, 2022
1 parent c7b0deb commit 0374cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var NuGetOnlyPackages = new string[] {
"Microsoft.Maui.Graphics.*.nupkg",
"Microsoft.Maui.Controls.Maps.*.nupkg",
"Microsoft.Maui.Maps.*.nupkg",
"Microsoft.AspNetCore.Components.WebView.Maui.*.nupkg",
};

ProcessTFMSwitches();
Expand Down Expand Up @@ -337,7 +336,7 @@ Task("dotnet-pack-docs")
CopyFiles($"{d}/ref/**/net?.?/**/*.xml", $"{destDir}");
}

// Get the docs for libraries separately distributed as NuGets (and BlazorWebView)
// Get the docs for libraries separately distributed as NuGets
foreach (var pattern in NuGetOnlyPackages)
{
foreach (var nupkg in GetFiles($"./artifacts/{pattern}"))
Expand Down

0 comments on commit 0374cb5

Please sign in to comment.