This contains tomcat tasks for vsts build and rm
Перейти к файлу
microsoft-github-policy-service[bot] 3abbce7e07
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-13 17:53:23 +00:00
src Update README.md 2019-12-02 16:59:30 +01:00
tests/tasks/tomcatDeployment bug fix replacing " 2016-02-18 17:52:49 +05:30
typings making curl command execution async so that progress is displayed 2016-02-11 14:42:50 +05:30
.gitignore gulp and npm files needed for building the code. corresponding gitignore 2016-02-04 01:00:48 +05:30
README.md Update README.md 2016-02-19 15:40:16 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 21:23:20 +00:00
gulpfile.js 1. Upgrading dev-dependencies to address security vulnerabilities for the modules: diff, extend, growl, handlebars, js-yaml, lodash, lodash.merge, mixin-deep, set-value, underscore.string 2019-11-28 10:33:02 +05:30
package-lock.json 1. Upgrading dev-dependencies to address security vulnerabilities for the modules: diff, extend, growl, handlebars, js-yaml, lodash, lodash.merge, mixin-deep, set-value, underscore.string 2019-11-28 10:33:02 +05:30
package.json 1. Upgrading dev-dependencies to address security vulnerabilities for the modules: diff, extend, growl, handlebars, js-yaml, lodash, lodash.merge, mixin-deep, set-value, underscore.string 2019-11-28 10:33:02 +05:30
tsconfig.json making task JS files testable 2016-02-05 01:24:00 +05:30
tsd.json making curl command execution async so that progress is displayed 2016-02-11 14:42:50 +05:30
tslint.json 1. Upgrading dev-dependencies to address security vulnerabilities for the modules: diff, extend, growl, handlebars, js-yaml, lodash, lodash.merge, mixin-deep, set-value, underscore.string 2019-11-28 10:33:02 +05:30

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