[ci] Improve maestro artifact publishing#8945
Merged
jonathanpeppers merged 17 commits intomainfrom May 15, 2024
Merged
Conversation
Member
Author
|
Test build can be found here: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9579405&view=results |
jonathanpeppers
approved these changes
May 15, 2024
Member
Author
|
I set up corresponding PRs in the other repos, though they both handle things slightly differently and will need further testing before merging: |
grendello
added a commit
that referenced
this pull request
May 16, 2024
* main: [Mono.Android] AndroidMessageHandler should follow HTTP-308 redirects (#8951) [Microsoft.Android.Templates] Add icons to templates (#8883) [native] Native call tracing infra + native build system overhaul (#8857) [build] fix code-flow from dotnet/installer, .NET 9.0.100-preview.5.24262.2 (#8949) [ci] Re-enable to push to dotnet9 feed (#8950) LEGO: Merge pull request 8952 [ci] Improve maestro artifact publishing (#8945)
grendello
added a commit
that referenced
this pull request
May 16, 2024
* main: [ci] Improve maestro artifact publishing (#8945)
jonathanpeppers
added a commit
to jonathanpeppers/xamarin-android
that referenced
this pull request
May 16, 2024
This reverts commit bbac9fe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: https://github.com/dotnet/arcade/blob/efc3da96e5ac110513e92ebd9ef87c73f44d8540/Documentation/DependencyFlowOnboardingWithoutArcade.md
The steps used to publish build asset information to maestro have been
updated.
With the new
PushToAzureDevOpsArtifactstask the build pipeline shouldnow create all of the artifacts required for maestro artifact publishing.
The
add-build-to-channeldarc command will now trigger aBuild Promotion Pipeline that pushes build assets to the feed that
corresponds to the maestro channel that is being updated. We should
no longer need to push assets to various NuGet feeds in a separate step.