[Automated] Update Aspire skills bundle#17546
Open
aspire-repo-bot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17546Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17546" |
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes the embedded Aspire skills bundle fallback metadata used by the Aspire CLI, updating the recorded SHA256 for the existing pinned v0.0.1 skills asset.
Changes:
- Updates the embedded skills metadata SHA256 to match the corrected
aspire-skills-v0.0.1.tgzasset. - Keeps the pinned skills tag/version (
v0.0.1) unchanged, consistent with the “initial release line” intent.
Contributor
|
❓ CLI E2E Tests unknown — 107 passed, 0 failed, 2 unknown (commit View all recordings
📹 Recordings uploaded automatically from CI run #26521683253 |
d84f620 to
a898e1f
Compare
a898e1f to
a28c2ac
Compare
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.
Auto-generated update to refresh the embedded Aspire skills bundle fallback used by the Aspire CLI.
This picks up James NK's Aspire Skills changes that were reissued under
0.0.1inmicrosoft/aspire-skills. We are intentionally keeping the same version number because this is still the initial Aspire skills release line already pinned by the Aspire CLI, so this PR only refreshes the embedded fallback asset and metadata to match the corrected initial release without changing the CLI version constant.