Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 349 Bytes

MAUI Templates

Building / Testing

Add the local artifacts to the NuGet.config:

<add key="LocalMauiTemplates" value="./artifacts" />
dotnet pack Microsoft.Maui.sln
dotnet new -i artifacts\Microsoft.Maui.Templates.*.nupkg
# then just in the maui folder, so you get a NuGet.config
mkdir foo
cd foo
dotnet new maui