dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.27k stars 1.76k forks source link

Revamp new project template build/test script #25744

Open jfversluis opened 2 weeks ago

jfversluis commented 2 weeks ago

Description of Change

Updated the build.ps1 script for the templates project to make it a bit more robust and easier to work with.

Basic usage should now be to just run .\build.ps1 and that will build the templates project, pack it into a NuGet, create a new .NET MAUI project with it and open Visual Studio (Code) with that new project.

There are a couple of parameters to influence the workings if needed.

Additionally I updated the README in this folder to describe the whole thing.