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

add check for rawArgs to exist #21

Closed ryuyu closed 8 years ago

ryuyu commented 8 years ago

Previously, we attempted to call match on rawArgs whether it existed or not. This lead to an undefined error when it didn't exist.

@Chuxel @lostintangent

Chuxel commented 8 years ago

Nevermind - Looks like the others don't need it. LGTM. We should do a 1.1.2 release for this fix. Can you update Cordova Build task.json/package.json versions along with the VSIX package/task versions to get a release going? This likely could be common