Azure DevOps Task Group
Task Group is a DevOps feature which is not that commonly used, but it is actually pretty useful. In short task group is described like this:
A task group allows you to encapsulate a sequence of tasks, already defined in a build or a release pipeline, into a single reusable task that can be added to a build or release pipeline, just like any other task.
Task Group is created …