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

Vsix packaging update. #25

Closed ryuyu closed 8 years ago

ryuyu commented 8 years ago

Add ability to skip upload step from tfxupload. update makevsix.cmd to call npm install in each task before packaging. This makes sure we have the dependency packages installed before the vsix is packaged.

@Chuxel @BretJohnson @lostintangent

BretJohnson commented 8 years ago

LGTM