Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabunixda/vsotasks
https://github.com/mabunixda/vsotasks
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabunixda/vsotasks
- Owner: mabunixda
- Created: 2016-04-19T10:18:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T10:24:39.000Z (over 8 years ago)
- Last Synced: 2024-11-06T23:46:38.557Z (about 2 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vsotasks
The repo contains build tasks written for build.vnext used by Visual Studio Online and Teamfoundation Server On Premise
## Uploading Tasks
You need to upload these tasks to your TFS / VSTS server.
Clone the repo
Install tfx-cli
Run npm install in the root folder.
Run npm install in each Task folder.
Run tfx login to login to your server.
Run tfx build tasks upload --task-path to upload a task, where is the path to the Task folder of the task you want to upload
The task should now be available on your TFS / VSO.## Tasks
* TFSBuildChain
Trigger a build when another build is finished.