Post Pipeline CleanupThis is a shameless copy of the Post Build Cleanup provided by Microsoft Premier Services. If Microsoft has problems with this extension I will remove it. The problem with the Post Build Cleanup is that it gets the clean settings from the Build/Pipeline settings, demanding that every Pipeline has set this setting and that the 'Post Build Cleanup' task is included in every pipeline. This means that it requires altering every pipeline. This task is ment to be included inside a pipline decorator meaning that it will be included for every job as the last step, cleaning up the agent after the job. So:
This task can help you out cleaning up after every job. How to build a decoratorSee the Microsoft page to do this. |