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

.NET Core SDK 6.0.401 is not being installed on windows 2019 #6334

Closed
1 of 10 tasks
AHuusom opened this issue Sep 30, 2022 · 2 comments
Closed
1 of 10 tasks

.NET Core SDK 6.0.401 is not being installed on windows 2019 #6334

AHuusom opened this issue Sep 30, 2022 · 2 comments

Comments

@AHuusom
Copy link
Contributor

AHuusom commented Sep 30, 2022

Description

For some reason .NET Core SDK 6.0.401 is noget being installed on the windows 2019 repository.

All the other repositories has it.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 10.15
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

latest windows 2019

Is it regression?

latest windows 2019

Expected behavior

it getting installed

Actual behavior

not getting installed

Repro steps

Just check the repository under .net core sdk.

@al-cheb
Copy link
Contributor

al-cheb commented Sep 30, 2022

Hey @AHuusom.
Please take a look at the comment - #4424 (comment)

Our recommendation is always to use tasks to install .Net in runtime:

  1. UseDotNet@2 - Azure DevOps
  2. setup-dotnet - GitHub

@al-cheb al-cheb closed this as completed Sep 30, 2022
@mattjohnsonpint
Copy link

@al-cheb - that doesn't align at all with what was done for the Ubuntu, Mac, and windows-2022 images - all of which have .NET 6.0.401 now. It's only windows-2019 that doesn't. Why should it be any different?

Also, the Support Policy says explicitly that .NET Core will have the installation strategy of:

"2 latest LTS versions and 1 latest version. For each feature version only latest patch is installed"

The windows-2019 image is getting .NET 5 installed, which is out of support. .NET 6 and 3.1 are the two LTS versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants