I wish to execute an EXE as a part of my post MSBuild tasks , once all the projects in my solution are build (The exe should get executed only after the complete build of my solution and not the individual projects).
Now how do i accomplish that ? I guess i need to add a post build task item in the MSBuild.
Can someone suggest a solution with an example ?