- Consider using Pipeline Decorators to inject mandatory steps to the beginning and/or end of each pipeline
- E.g. your organization might require everone to run a virus scanner.
- Decorators will affect everone in the organization!
- Use a decorator to inject steps into a pipeline https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-pipeline-decorator?view=azure-devops
- Add a build or release task https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task