Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebToolsE2E][Aspire] After successfully publishing an Aspire project, the version displayed in the 'Aspire Dashboard' page is incorrect #4510

Closed
v-bennettyue opened this issue Jun 14, 2024 · 1 comment

Comments

@v-bennettyue
Copy link

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install Dev17.10.3 (Includes Aspire 8.0.0)
  3. Install azd [1.10.0-beta.1-daily.3865598 (commit f1e42702ca796b58210f9818ad45829a8c746fa7)]

REPRO STEPS

  1. New Project > .NET Aspire Starter App > name it 'AspireApp7'> 8.0 > Create
  2. Right-click the AspireApp7.AppHost > Publish > Azure Container Apps for .NET Aspire > next > Under 'AzDev Environment', select following settings > next
    • Subscription name: WTE
    • Location: East US
    • Environment name: type your own name
  3. Under 'Aspire Services', Check 'apiservice', click 'Finish' > 'Close' > Click 'Publish' button on the summary page
  4. After publish finished, open 'Aspire Dashboard' url from output window, and then click 'Launch settings'
    image

image

ACTUAL
The version is 8.0.0-preview.7.24251.11 instead of 8.0.0
image

Note: This issue also repro on VS 17.11.

EXPECTED
The version after publish is consistent with the version displayed in the dashboard during operation, both are 8.0.0
image

@davidfowl
Copy link
Member

This is by design. The dashboard version will be updated on the ACA side eventually. They do weekly updates.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants