microsoft / vsts-cordova-tasks

Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
http://go.microsoft.com/fwlink/?LinkID=691188
Other
25 stars 27 forks source link

tfx-cli syntax has changed and broken the upload scripts #11

Closed Chuxel closed 8 years ago

Chuxel commented 8 years ago

tfx-cli 0.1.11 syntax:

tfx build tasks upload . --overwrite true

tfx-cli 0.3.x syntax:

tfx build tasks upload --task-path . --overwrite true

We need to update bin/tfxupload.js to use the new syntax and cut a release with the fix since we route people to the releases tab for TFS 2015.

Chuxel commented 8 years ago

https://github.com/Microsoft/vsts-cordova-tasks/pull/12 @ryuyu @lostintangent @dlevine82