- Регистрация
- 9 Май 2015
- Сообщения
- 1,483
- Баллы
- 155

Today I explored ???? ?????? in Azure DevOps Build Pipelines — a powerful feature that makes pipelines cleaner, reusable, and more maintainable.
???? ?? ? ???? ??????
A ???? ????? is a collection of pipeline tasks that you can group and reuse across multiple build or release pipelines. Think of it as creating a template block of steps.
??? ??? ???? ???????
- Reusability — define once, use in many pipelines
- Maintainability — update in one place, reflect everywhere
- Cleaner Pipelines — reduces repeated steps
- Standardization — ensures consistent practices across teams
???????:
Let’s say you always perform these three steps in your pipelines:
- Restore NuGet packages
- Build the solution
- Run tests
You can group them into a ???? ????? and reuse it in any project pipeline without rewriting or copying them again.
???? ??? ???? ???? ?????? ?? ???? ????? ?????? ?????????? ??? ??? ?? ?????? ???? ???? ?????????? ??????????
Источник: