run MsBuild tasks (targets?) after the solution is built?

Posted by JoelFan on Stack Overflow See other posts from Stack Overflow or by JoelFan
Published on 2009-10-30T12:52:20Z Indexed on 2010/06/16 21:02 UTC
Read the original article Hit count: 103

Filed under:
|

Since this question seems to have baffled / underwhelmed SO I will rephrase it with a partially formed idea of my own.

Could I somehow set up a batch file or something that runs after the whole solution is built, and this batch file would call msbuild to build specific targets inside a certain project? In order for it to work, I would have to somehow force msbuild build the target without regard to whether it thinks it's "up to date", because that is the core issue I'm butting up against.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about msbuild