vote up 2 vote down star
1

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?

flag

73% accept rate

1 Answer

vote up 0 vote down check

This solution answers the second question: http://codingcockerel.co.uk/?p=15. You can easily add the custom tasks to the publish target.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.