Add RID-specific NativeAOT Aspire CLI tool packages#15798
Closed
Add RID-specific NativeAOT Aspire CLI tool packages#15798
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-azdo # Conflicts: # eng/pipelines/azure-pipelines-unofficial.yml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15798Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15798" |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
For RID-specific native AOT tools, the SDK may place the executable in a nested path rather than directly at the tool-path root. Search the tool-path tree to find the actual executable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add SmokeTestNativeBinary MSBuild target to eng/clipack/Common.projitems that validates native binaries after build: - File signature check (Unix, works for cross-compiled binaries) - aspire --version execution (only when host arch matches target) - Skips execution for musl binaries on glibc hosts Invoke from both CI systems: - GHA: build-cli-native-archives.yml (after build, before upload) - AzDO: build_sign_native.yml (after tool package, before staging) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Microsoft.Build.NoTargets SDK evaluates OutputPath differently when invoked standalone vs through the build infrastructure. Add a _ResolveSmokeTestBinaryPath target that searches the artifacts tree for the binary when the default path doesn't exist. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🎬 CLI E2E Test Recordings — 56 recordings uploaded (commit View recordings
📹 Recordings uploaded automatically from CI run #24062355276 |
Member
Author
|
/azp run |
Member
Author
|
Closing in favor of #15955 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Adds RID-specific Aspire CLI dotnet-tool packaging for the NativeAOT CLI flow and wires the Azure DevOps/native packaging path to produce, stage, and validate those packages.
This also fixes the follow-up validation issues found while iterating on the branch:
Fixes #15797
Checklist