actions / runner-images

GitHub Actions runner images
MIT License
9.82k stars 3.01k forks source link

Azure DevOps Pipeline fails to download tasks after using latest vmImage: `windows-2019` released on 20240825.1.0 #10506

Closed robertoandrade closed 1 week ago

robertoandrade commented 2 weeks ago

Description

Described it in detail in this Stackoverflow question: https://stackoverflow.com/questions/78923577/azure-devops-pipeline-fails-to-download-tasks-after-using-latest-vmimage-windo

Platforms affected

Runner images affected

Image version and build link

20240825.1.0

Is it regression?

20240818.1.0

Expected behavior

Install tasks correctly

Actual behavior

Fails to install tasks with generic ##[error]Object reference not set to an instance of an object. error

Repro steps

Run pipeline with windows-2019 latest vmImage with the following extensions in the yml:

Downloading task: PowerShell (2.242.1) Downloading task: CmdLine (2.244.3) Downloading task: InstallSSHKey (0.238.1) Downloading task: Cache (2.198.0) Downloading task: NuGetToolInstaller (1.238.1) Downloading task: NuGetCommand (2.244.1) Downloading task: Bash (3.244.1) Downloading task: VSBuild (1.231.0) Downloading task: ArchiveFiles (2.244.1) Downloading task: PublishPipelineArtifact (1.242.0)

mmrazik commented 2 weeks ago

I am almost sure this is a duplicate of https://github.com/microsoft/azure-pipelines-tasks/issues/20356 It is not an image regression but rather regression in the AzureDevOps agent. It should be fixed by now.

vidyasagarnimmagaddi commented 2 weeks ago

Hi @robertoandrade , Thank you for bringing this issue to our attention. We will look into this issue and will update you on this issue after investigating.

Prabhatkumar59 commented 2 weeks ago

Hi @robertoandrade - I hope your issue is fixed by now as it is related to AzureDevops agent only and this issue is not related to runner images. So we are closing this issue. Thanks:)