* [ci] Upload build asset data to darc/maestro
The `maui-release` pipeline has been updated to publish information
about MAUI .NET .nupkg files to the dotnet Maestro server.
With this data being published, the `darc` tool can now be used to
manage a MAUI .NET product dependency.
For dependency updating to work, we must configure "default channel"
associations for all MAUI branches that other products may be interested
in tracking. The `darc` tool can be used to do this manually:
darc add-default-channel --channel ".NET 9.0.1xx SDK" --branch "net9.0" --repo https://github.com/dotnet/maui
This default channel configuration ensures that all new builds produced
by the net9.0 branch will be associated with the .NET 9 channel. MAUI
consumers can then update to the latest build available from net9.0 with
the `update-dependencies` command:
darc update-dependencies --channel ".NET 9.0.1xx SDK"
* Remove test props
* Fix argument indent
* Fix version prefix
* Add EnsureTrailingSlash to outdir
* Remove variable condition