Skip to content

Adding support to install Aspire CLI#10

Merged
joperezr merged 3 commits into
microsoft:mainfrom
aaronpowell:supporting-cli
Aug 6, 2025
Merged

Adding support to install Aspire CLI#10
joperezr merged 3 commits into
microsoft:mainfrom
aaronpowell:supporting-cli

Conversation

@aaronpowell

Copy link
Copy Markdown
Contributor

Fixes #9

Also bumped the version of Aspire that is supported so it doesn't keep falling to the nightly feed

Fixes microsoft#9

Also bumped the version of Aspire that is supported so it doesn't keep falling to the nightly feed
Comment thread src/dotnetaspire/install.sh Outdated
set -e

# Set the current latest Aspire version here
ASPIRE_LATEST_VERSION="9.3.1"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@radical @joperezr - is there a way we can make this more data driven? Kind of like how https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json works.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we can consider creating a blob with the version that we push to storage at a well-known location, and then having scripts just pull that blob to get the latest version.

Comment thread src/dotnetaspire/install.sh Outdated
Comment thread src/dotnetaspire/install.sh Outdated

@joperezr joperezr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, this looks good to me.

@joperezr joperezr merged commit 2823f9b into microsoft:main Aug 6, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install the Aspire CLI by default

3 participants