rfennell / AzurePipelines

A single Repo to contain the source for ALL my Azure DevOps Build/Release Extensions. The packages can be found in the Azure DevOps Marketplace
https://marketplace.visualstudio.com/search?term=fenn&target=VSTS&sortBy=Relevance
MIT License
344 stars 433 forks source link

VersionIOSPlistManifest@2 is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. #2013

Open Arslan-Pervaiz opened 3 weeks ago

Arslan-Pervaiz commented 3 weeks ago

Azure DevOps Extensions

Manifest Versioning

Platform

Azure DevOps Services

Azure DevOps Server (TFS) Version

Azure DevOps Server latest

Extension Version

2.38.6

Describe the bug

[warning]Task 'Version .NET Core Assemblies' version 2 (VersionDotNetCoreAssemblies@2) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance

Repo Steps

Build throws warning on this task

Expected Behavior

No response

Logging Information

No response

rfennell commented 3 weeks ago

This is not a bug, all you need to do is update your pipeline to use VersionDotNetCoreAssemblies@3

Version @3 of this task and hence Node16 support has been available since Dec 2022

Arslan-Pervaiz commented 3 weeks ago

Do i need to update something because I was getting this

A task is missing. The pipeline references a task called 'VersionDotNetCoreAssemblies' with version '3'. This indicates that the specific task version can not be found. (job 'Job', step ''.)

Arslan007 commented 3 weeks ago

I think ADO was having installed older version as default and when we explicitly installed from Marketplace then it worked and start showing me @3

Thanks

rfennell commented 3 weeks ago

Good news you are unblocked