Open andreasbotsikas opened 7 years ago
I get the same issue running the TACO Cordova Build Task when specifying node 8.x or node 9.x. I have to keep the project on node 7.x until this is fixed. Anyone get around this issue?
@chazguerrero I filed an issue at https://github.com/Microsoft/cordova-plugin-vs-taco-support/issues/3 and was able to bypass the issue by removing the cordova-plugin-vs-taco-support plugin (auto installed by taco team build) prior to each build.
I have the same issue, any solution?
One issue to check here is the Cordova version--our only supported version (in Visual Studio and by extension vsts-cordova-tasks) is 6.3.1, along with the versions of node etc that come in the box with our installation. Is this a 6.3.1 (+ standard other versions) scenario?
Hi team,
I have installed vsts agent on macOs
I am trying to build a Cordova application by defining the dev cert and the provision profile on the task level.
I got the following error:
I added console log in xcode-task-utils.js to observe the createKeychain variable which should have been a string pointing to "/bin/bash" and I noticed that it is an object
In order to make it work I had to modify line 45 to:
Have you seen this issue before? The version of shelljs is 0.7.7 in the node_modules folder.