I am trying to perform some post-assembly actions in a task with several configurations, for example, check the configuration status after all configurations are completed and run some scripts if any of them completed with the result FAILURE.
However, if I install the Post Build task, it will be executed after the build process of each configuration, and not after the parent task.
Other post build actions, such as trigger assemblies for other projects, can only be performed after the parent task, and an editable email notification can trigger email for matrix projects or only for the parent task. Therefore, I think that there may be a way that I can run the script only after the parent job.
Does anyone have a solution?
Sugar source
share