-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Description
It seems that azure devops tasks will no longer work with node 6 in march 2022 so they are now displaying a warning in each pipeline run.
Repro steps
Run one of the tasks in a pipeline and read the log.
Expected behavior
no warning.
Actual behavior
a warning.
Details
2021-12-03T17:39:53.9247604Z ##[section]Starting: Setup Paket Credential Manager
2021-12-03T17:39:53.9372982Z ==============================================================================
2021-12-03T17:39:53.9373420Z Task : Paket Credential Manager
2021-12-03T17:39:53.9374079Z Description : Creates a credential manager for Paket to access internal NuGet feeds.
2021-12-03T17:39:53.9374470Z Version : 0.2.5
2021-12-03T17:39:53.9374744Z Author : Matthias Dittrich
2021-12-03T17:39:53.9375248Z Help : This task allows you to consume NuGet packages hosted in your own private feed by providing a credential manager.
2021-12-03T17:39:53.9375786Z ==============================================================================
2021-12-03T17:39:53.9560702Z ##[warning]This task uses Node 6 execution handler, which will be removed March 31st 2022. If you are the developer of the task - please consider the migration guideline to Node 10 handler - https://aka.ms/migrateTaskNode10 (check this page also if you would like to disable Node 6 deprecation warnings). If you are the user - feel free to reach out to the owners of this task to proceed on migration.