Skip to content

Commit

Permalink
Add Building and Testing the Extension section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Aug 7, 2018
1 parent 3b27f01 commit 5a702e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To install the extension TFS, see the [nstall extensions for Team Foundation Ser
To build and run the extension sources, please follow these steps:
1. Clone the code from git.
2. To run the tests, use the following commands:
1. Set the VSTS_ARTIFACTORY_URL, VSTS_ARTIFACTORY_USERNAME and VSTS_ARTIFACTORY_PASSWORD environment variables with your Artifactory URL, username and password.
2. Run the following commands:
```
npm install -g jfrog-cli-go
npm test
Expand Down

0 comments on commit 5a702e3

Please sign in to comment.