Перейти к файлу
microsoft-github-policy-service[bot] cbcbcd3339
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:36 +00:00
src Fixed snapshot revert issue 2016-11-28 10:34:17 +05:30
tests Added snapshot VM memory tests. 2016-06-20 22:58:23 +02:00
typings Fixing vso-task-lib rename issue 2016-01-07 22:50:20 +05:30
.gitignore Adding *.iml, .idea/ to .gitignore file 2016-05-04 10:41:41 +05:30
README.md update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 21:25:52 +00:00
gulpfile.js Fix for zero %age code coverage report 2016-01-12 13:32:02 +05:30
package.json Added typescript and updated task lib version 2016-02-26 12:06:55 +05:30
pom.xml 1. Fixing module names with right naming convention 2016-01-11 13:15:50 +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