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

3 Коммитов

Автор SHA1 Сообщение Дата
Peter Collins 5a0a0bbdc3
[ci] Upload build asset data to darc/maestro (#20785)
* [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
2024-02-23 19:49:55 +00:00
Ikko Eltociear Ashimine dda8dd32a6
Update eng/README.md (#19735)
avalable -> available
2024-01-08 12:40:15 +00:00
Peter Collins 45dd0edab9
[build] Use arcade dependency management (#729) 2021-04-15 19:49:21 +01:00