Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Pryor c92d44c68f
Add `dotnet-local` scripts to make using in tree dotnet easier. (#16461)
* Add `dotnet-local` scripts to make using in tree dotnet easier.

Using `dotnet` may require setting `%PATH%` to prefer
`bin\dotnet\dotnet` over any other `dotnet` in `%PATH%`.

Usage:

	# Unix
	path/to/maui/dotnet-local.sh build App.sln

	rem Windows
	path\to\maui\dotnet-local.cmd build App.sln

If MAUI hasn't been built yet, an error message stating that
`build.sh` or `build.ps1` should be executed is printed.

* Update error message when MAUI hasn't been built yet.

* Update docs.
2023-08-04 23:10:20 +00:00