Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 460 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 460 Bytes

vsts-tomcat

This is the source code repository of Apache Tomcat extension for Visual Studio Team Services. This extension contains VSTS build tasks for deploying apps to Tomcat.

Working with this repo

(assuming node is installed)

Once:

$ npm install
$ npm install gulp -g
$ npm install tfx-cli -g

Build:

$ gulp build

Test:

$ gulp test

Package (vsix will be generated at _build/package):

$ gulp package