"Finally" target for MSBuild

Posted by Paul Alexander on Stack Overflow See other posts from Stack Overflow or by Paul Alexander
Published on 2010-04-17T04:20:24Z Indexed on 2010/04/17 4:23 UTC
Read the original article Hit count: 284

Filed under:

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.

© Stack Overflow or respective owner

Related posts about msbuild