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
- Host: GitHub
- URL: https://github.com/testingbot/vso-testingbot-plugin
- Owner: testingbot
- Created: 2019-12-11T12:24:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T11:35:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T19:17:04.782Z (about 1 year ago)
- Topics: azure-devops, vsts-extension
- Language: JavaScript
- Size: 5.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```