We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e564e8 commit 5de2c1aCopy full SHA for 5de2c1a
src/dotnetaspire/install.sh
@@ -54,7 +54,7 @@ fi
54
# Optionally install the Aspire CLI if requested
55
if [[ "${INSTALL_CLI,,}" == "true" ]]; then
56
echo "Installing Aspire CLI (prerelease)..."
57
- dotnet tool install --global aspire.cli --prerelease
+ curl -sSL https://aspire.dev/install.sh | bash
58
fi
59
60
echo "... done activating feature '.NET Aspire' version: $VERSION"
0 commit comments