isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

Update to Node 10 #42

Open PierreYvesR opened 2 years ago

PierreYvesR commented 2 years ago

Description

WIP - not ready

Update to Node 10 from Node 6, as Node 6 runner will be deprecated on Azure DevOps by the end of March 2022. The typescript compiler has been update to version 4.0.2. Replaced vsts-task-lib and vs-task-tool-lib with azure-pipelines-task-lib and azure-pipelines-tool-lib

ref: [https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/migrateNode10.md](Upgrading Tasks to Node 10)

TODO