I have an ASP.NET project. There is a 'Publish...' option in the context menu of the project (Visual Studio 2008).
Can I add some custom MSBuild tasks that will be performed each time after publishing?
If not, what is the best way to write MSBuild script that will publish the project (the same way as 'Publish...' option) and then execute my custom tasks?