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 5.0.0 missing from current build #7079

Closed
2 of 10 tasks
quasarea opened this issue Feb 9, 2023 · 3 comments
Closed
2 of 10 tasks

.Net 5.0.0 missing from current build #7079

quasarea opened this issue Feb 9, 2023 · 3 comments

Comments

@quasarea
Copy link

quasarea commented Feb 9, 2023

Description

According to https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#net-core-tools
.NET Core Tools should contain:
.NET Core SDK: 3.1.120, 3.1.202, 3.1.302, 3.1.426, 5.0.104, 5.0.214, 5.0.303, 5.0.408, 6.0.113, 6.0.203, 6.0.308, 6.0.405, 7.0.102

but when trying to run nukeeper I get missing sdk notification.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

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

Image version and build link

windows-latest, 20230206.1

Is it regression?

yes, 20230129.1

Expected behavior

To execute nukeeper as it used to.

Current image details:

Failing:  Today at 15:35
Agent name: 'Azure Pipelines 34'
Agent machine name: 'WIN-T6IU89HFF7P'
Current agent version: '2.217.2'
Operating System
Runner Image
Runner Image Provisioner
Current image version: '20230206.1'
Agent running as: 'VssAdministrator'

Last succesful image details:

Passing: Yesterday at 11:14
Agent name: 'Azure Pipelines 18'
Agent machine name: 'fv-az297-14'
Current agent version: '2.217.2'
Operating System
Runner Image
Runner Image Provisioner
Current image version: '20230129.1'
Agent running as: 'VssAdministrator'

Actual behavior

Pool: [Azure Pipelines](https://dev.azure.com/AVEVA-VSTS/3c9dc12c-13df-4cbe-9381-d08e9dab412f/_settings/agentqueues?poolId=&queueId=270)
Image: windows-latest
Agent: Azure Pipelines 34
Started: Today at 15:35
Duration: 58s
You must install or update .NET to run this application.

App: C:\Users\VssAdministrator\.dotnet\tools\nukeeper.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
  3.1.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  3.1.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  3.1.20 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  3.1.32 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  6.0.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  6.0.13 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  7.0.2 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=win10-x64

Repro steps

      - job: NuKeeper
        steps:
          - checkout: self
            lfs: true
            fetchDepth: 1
            path: s\Source

          - task: NuGetToolInstaller@1
            inputs:
              versionSpec:
              checkLatest: true

          - pwsh: | # Install NuKeeper
              dotnet tool update --global nukeeper --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources
            displayName: Install NuKeeper
            retryCountOnTaskFailure: 3

          - pwsh: | # NuKeeper
              nukeeper inspect --outputfile nukeeper.log
            displayName: NuKeeper
            ignoreLASTEXITCODE: true
            continueOnError: true
@mikhailkoliada
Copy link
Contributor

Hello!

#6840 - it is being removed.

@quasarea
Copy link
Author

quasarea commented Feb 9, 2023

@mikhailkoliada so should not be listed in documentation anymore :)

@erik-bershel
Copy link
Contributor

Hi @quasarea, it's in progress here: #7056.

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
@quasarea @mikhailkoliada @erik-bershel and others