Skip to content

When using dotnetup sdk uninstall to uninstall the daily SDK, the preview SDK is removed instead of the daily SDK. #54916

Description

@EmilyFeng97

INSTALL STEPS

  1. Clean machine: Win11 x64 25h2 ENU
  2. Install dotnetup tool: iwr https://aka.ms/dotnetup/get-dotnetup.ps1 | iex

Repro Steps

  1. Add dotnetup to the PATH in Current session.
  2. Install the latest preview release (11.0.100-preview.5) and daily build(11.0.100-preview.6) using following step:
    dotnetup sdk install preview daily
  3. Then uninstall the daily SDK build
    dotnetup sdk uninstall daily
  4. Run dotnetup list to check the installed SDK

Note:

  1. This issue does not repro if I uninstall the preview build first.

Actual Result
If I uninstall the daily sdk build first, the 11.0.100-preview.5 SDK is removed, not the 11.0.100-preview.6 SDK.

Image Image

Metadata

Metadata

Assignees

Labels

Area-dotnetupWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryuntriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions