3abbce7e07
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
src | ||
tests/tasks/tomcatDeployment | ||
typings | ||
.gitignore | ||
README.md | ||
SECURITY.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tsd.json | ||
tslint.json |
README.md
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