In Build & Release, we can use many tasks after selecting a template. In the PetClinic build, we have used the Maven template for the build execution. It has a predefined set of tasks that needs to be executed. Based on the need, we can add more tasks from the task logs in the build definition.
All tabs contain all the tasks available to perform specialized tasks for application life cycle management:
The Build tab in Task catalog contains tasks related to CI:
- .NET Core (PREVIEW): This builds, tests, and publishes using .NET core command line
- Android Build (deprecated; use Gradle): This builds an Android app ...