- Implementing Azure DevOps Solutions
- Henry Been Maik van der Gaag
- 186字
- 2021-06-24 16:11:08
Adding tasks to your job
After adding one or more jobs, you can add tasks to a job. Tasks define the actual work that is to be done during the execution of your build. The following screenshot shows you how to add a task and then configure it:
- Click on the plus sign next to the job you want to add tasks to:
- You will then be presented with a task picker, where you can find any task that matches your search input and add one or more tasks by clicking the Add button. A new screen will then open, where you can configure the individual task. The options provided here differ for each task.
- There can be multiple versions of a task and you can switch between the major versions of the task. This means that the maintainer can push non-breaking updates and you will receive them automatically. Major or breaking updates can be pushed with a new major version number and you can upgrade them at your own discretion.
It is possible to add as many tasks as needed to a pipeline job.