https://github.com/beverts312/vsts-build-tasks
Various build tasks for use with Visual Studio Team Services (VSTS)
https://github.com/beverts312/vsts-build-tasks
Last synced: 3 months ago
JSON representation
Various build tasks for use with Visual Studio Team Services (VSTS)
- Host: GitHub
- URL: https://github.com/beverts312/vsts-build-tasks
- Owner: beverts312
- Created: 2016-07-11T02:37:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T18:22:08.000Z (over 1 year ago)
- Last Synced: 2024-02-08T19:41:43.708Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Working with Tasks
For doing anything with tasks you will need:
- tfx-cli (`npm install -g tfx-cli`)
- a personal access token (go to the 'Security' tab on your VSO profile)You will then need to connect to your VSTS account by running `tfx login`
You can then run:
- `tfx build tasks list` lists all your tasks and some basic info about them
- `tfx build tasks create` will ask you some questions about the task you want to make and create a template for it
- `tfx build tasks upload` uploads the task your VSTS account# Tasks
| Task | Description |
|----------|-------------|
| [add-docker-endpoint](./tasks/add-docker-endpoint/README.md)| Adds a docker service endpoint|
| [run-ansible-playbook](./tasks/run-ansible-playbook/README.md) | Run Ansible Playbook |
| [run-sonar-scanner](./tasks/run-sonar-scanner/README.md) | Run Sonar Scanner |
| [s3-upload](./tasks/s3-upload/README.md) | Upload File(s) to AWS S3 |