dotnet / aspire-samples

MIT License
616 stars 178 forks source link

[WebToolsE2E][Aspire] Deploying AspireShop/AspireWithNode failed: Unable to find Microsoft.NETCore.App.Host.linux-x64 package with version (= 8.0.5). #245

Closed v-sherryfan closed 4 months ago

v-sherryfan commented 4 months ago

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.10 GA from PR 546661 [ Includes Aspire 8.0.0-preview.6.24214.1, sdk 8.0.300 ]
  3. Install Aspire 8.0 GA [8.0.0-preview.7.24229.1]
  4. Apply NuGet dotnet-tools Feeds
  5. Install Docker Desktop for Windows
  6. Install the latest azd [1.9.0-beta.1-daily.3741909]

REPRO STEPS

  1. Clone aspire-samples repo, checkout release/8.0 branch
  2. Open AspireShop.sln
  3. Build
  4. Deploy using azd
    • Open the samples\AspireShop solution folder in a Command Prompt
    • Runing azd init, select 'Use code in the current directory' > Confirm and continue initializing my app, type a new environment name, press enter.
    • Run azd up to deploy to Azure

ACTUAL: image

EXPECTED Running 'azd up' succeeds without any errors.

v-sherryfan commented 4 months ago

Closed this issue as not repro.