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

Cordova 6.0.0 always builds as an emulator for iOS #28

Closed Chuxel closed 8 years ago

Chuxel commented 8 years ago

Something has changed in 6.0.0 that is breaking how we are passing in arguments to iOS. The default for the build task is supposed to default to device but for some reason is defaulting to emulator.

ryuyu commented 8 years ago

The changes to the argument parsing that was made in 5.4.x were reverted in 6.0.0. Taco team build is being updated to account for this.