Closed ryuyu closed 8 years ago
One thing that makes me a bit nervous here is we're spinning up a different version of node and executing the task and still referencing vsts-task-lib. Right now the agent appears to dynamically replace the library so it's possible and entirely likely that it will stop working on Node 0.12.x sometime in the near future. We likely need to do the getInput calls in the other node module and pass them to the execution module as something like command line args.
This did LGTM, btw, as of yesterday's review.
Adds node version management to all the tasks so that we run the correct node version that is required for each Cordova version.
@Chuxel @lostintangent