Перейти к файлу
Subrahmanyam Mandavilli 8258d5af12 1. Renaming to vmOps as direct rename to vmOperations is failing 2015-12-11 18:59:56 +05:30
src 1. Renaming to vmOps as direct rename to vmOperations is failing 2015-12-11 18:59:56 +05:30
tests 1. Renaming to vmOps as direct rename to vmOperations is failing 2015-12-11 18:59:56 +05:30
typings Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
.gitignore Adding the required build files 2015-12-02 17:46:46 +05:30
README.md update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
gulpfile.js 1. Fixinging issue with gulp watch 2015-12-09 14:57:51 +05:30
package.json 1. Fixinging issue with gulp watch 2015-12-09 14:57:51 +05:30
pom.xml update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
tsconfig.json 1. GetCmdCommonArgs 2015-12-10 15:13:07 +05:30
tsd.json Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
tslint.json fixing CRLF issue 2015-12-08 16:27:10 +05:30

README.md

vso-vmware

To build Java code

- Ensure you have instilled the maven
- compile - mvn compile
- run test  -   mvn test    
- code coverage -   mvn test verify
        Go to _build ( _build\testReports\codecoverage ) folder on root directory to check the code coverage

To build JS / TS code

- Ensure you have node.js installed
- code build - gulp
- test run - gulp test