Currently: - V0 tasks are using an old version of Node (v6) and are already warning that this is not supported. - V1 tasks are updated to using Node 10 and PSRule v1.11.1. - V2 tasks are current support Node 10, but will also support Node 16 (with #693) Moving forward to PSRule v3, older tasks V0 and V1 will be **dropped** (the warning for V1 tasks will be added in #694). PSRule v3 will support V2 and V3 tasks for backward compatibility. --- Additional reference: - https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops - https://github.com/microsoft/azure-pipelines-tasks/blob/257a807ee6ec7de68aac4ce6b6bc70ad23dfd6aa/docs/migrateNode20.md
Currently:
Moving forward to PSRule v3, older tasks V0 and V1 will be dropped (the warning for V1 tasks will be added in #694).
PSRule v3 will support V2 and V3 tasks for backward compatibility.
Additional reference: