Is there a way to run a certain target after all other targets have been run regardless of their success or failure?
try...finally equivalent in MsBuild is related, but only deals with a small group of targets. I need something for the whole package with dozens of sub builds.