An open API service indexing awesome lists of open source software.

https://github.com/testingbot/vso-testingbot-plugin

Azure Devops Integration with TestingBot
https://github.com/testingbot/vso-testingbot-plugin

azure-devops vsts-extension

Last synced: 3 months ago
JSON representation

Azure Devops Integration with TestingBot

Awesome Lists containing this project

README

          

# Building the plugin

1) Prereqs (only need to run once):
```
npm install
npm install -g gulp
```

2) Update package.json’s version

3) If building a production build
```
export NODE_ENV=production
```

4) Finally, to actually build the vsix file
```
gulp
cd dist
tfx extension create --manifest-globs vss-extension.json
```