[IGNORE] Running Cli E2E tests with 13.2#15414
[IGNORE] Running Cli E2E tests with 13.2#15414radical wants to merge 1 commit intomicrosoft:release/13.2from
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15414Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15414" |
936110b to
61f2cf1
Compare
|
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.
|
- Install aspire CLI to temporary paths instead of ~/.aspire default - Docker tests: /tmp/aspire-install - Non-Docker tests: unique GUID-based temp dirs - Clear ~/.aspire/bin before installs to avoid stale defaults - Echo 'which aspire' and 'aspire --version' after PATH setup - Support env var overrides: - ASPIRE_CLI_USE_SYSTEM=true: skip install, use system aspire - ASPIRE_CLI_INSTALL_SCRIPT: choose get-aspire-cli or get-aspire-cli-pr - ASPIRE_CLI_INSTALL_ARGS: extra args passed to the script - Staging channel support: - Enable features.stagingChannelEnabled and set channel globally - Set channel locally for TypeScript apphosts (no NuGet.config) - Handle version selector presence/absence (AcceptVersionSelectionIfShownAsync) - Works with hives (version selector shown) and without (auto-select) - CI workflow uses get-aspire-cli with -q staging quality Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
61f2cf1 to
928335f
Compare
|
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.
|
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: