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

The Microsoft.NETCore.App runtime for .NET preview5 is missing when install .NET preview6 and preview5 at the same time. #54735

Closed
Jiangpeng14 opened this issue Jun 25, 2021 · 3 comments · Fixed by dotnet/arcade#7695 or #56797
Assignees
Milestone

Comments

@Jiangpeng14
Copy link

Affected Mac:
Mac OS: Catalina(10.15.7)
.NET 6 SDK:
6.0.100-preview.5.21302.13(runtime 6.0.0-preview.5.21301.5)
6.0.100-preview.6.21324.9(runtime 6.0.0-preview.6.21324.10)

Repro steps:

  1. Install .NET 6 preview5 from https://dev.azure.com/dnceng/internal/_build/results?buildId=1168822&view=artifacts&pathAsName=false&type=publishedArtifacts
  2. Run "dotnet --info" in the terminal
  3. Install .NET 6 preview6 from https://github.com/dotnet/installer
  4. Run "dotnet --info" in the terminal

Expected Result:
All the SDKs and runtimes should display separately.

Actual Result:
The Microsoft.NETCore.App runtime for .NET preview5 is missing.

dotnet info for preview5:
Screen Shot 2021-06-25 at 4 12 12 PM

dotnet info for preview5 and preview6:
image

@dotnet-issue-labeler dotnet-issue-labeler bot added area-Setup untriaged New issue has not been triaged by the area owner labels Jun 25, 2021
@marcpopMSFT
Copy link
Member

@dleeapho Any idea on the mac installer and this behavior wrt the runtime? I didn't think the mac installer would force upgrade like the windows one but seems like it is for net core runtime which I'd assume would come from your team.

CC @wli3

@dleeapho
Copy link

I believe runtime pkg installs are simply side-by-side.

@NikolaMilosavljevic NikolaMilosavljevic self-assigned this Jun 30, 2021
@NikolaMilosavljevic NikolaMilosavljevic removed the untriaged New issue has not been triaged by the area owner label Jun 30, 2021
@NikolaMilosavljevic NikolaMilosavljevic added this to the 6.0.0 milestone Jun 30, 2021
@NikolaMilosavljevic
Copy link
Member

Reopening as dotnet/arcade#7695 has updated the infra, but the change in dotnet/runtime, to consume this infra, is still pending.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 3, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 3, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants