For those who look for a solution for this:
<MauiAsset Update="/Resources/Raw/*" AssetPack="installtime" ResourceTags="installtime" />
Seems like MauiAsset
can have the ResourceTags
attribute to generate the expected result. See: https://github.com/dotnet/maui/issues/27213#issuecomment-2600782979