diff --git a/src/Templates/src/templates/maui-blazor/.template.config/template.json b/src/Templates/src/templates/maui-blazor/.template.config/template.json index abb2e3bb3341..d0b85835aed2 100644 --- a/src/Templates/src/templates/maui-blazor/.template.config/template.json +++ b/src/Templates/src/templates/maui-blazor/.template.config/template.json @@ -12,6 +12,13 @@ "type": "solution" }, "sourceName": "MauiApp1", + "sources": [ + { + "source": "./", + "target": "./", + "copyOnly": [ "**/wwwroot/css/**", "**/*.svg", "**/*.ttf" ] + } + ], "preferNameDirectory": true, "primaryOutputs": [ { "path": "MauiApp1/MauiApp1.csproj" }, diff --git a/src/Templates/src/templates/maui-mobile/.template.config/template.json b/src/Templates/src/templates/maui-mobile/.template.config/template.json index 7c558cb1e518..431ac4b73e44 100644 --- a/src/Templates/src/templates/maui-mobile/.template.config/template.json +++ b/src/Templates/src/templates/maui-mobile/.template.config/template.json @@ -12,6 +12,13 @@ "type": "solution" }, "sourceName": "MauiApp1", + "sources": [ + { + "source": "./", + "target": "./", + "copyOnly": [ "**/*.svg", "**/*.ttf" ] + } + ], "preferNameDirectory": true, "guids": [ "07CD65EF-6238-4365-AF5D-F6D433967F48",