views:

27

answers:

4

Is it possible with Visual Studio 2005 alone?

If not with TFS ?

+1  A: 

You can use the Post-Build event for that.

It should also be possible in TFS, but which version of TFS are you using?

Rhapsody
I am using TFS 2005
+1  A: 

In the project, choose properties, and then go to "build events" and add a post-build event.

klausbyskov
+1  A: 

Go into your project properties (ALT+F7)

Configuration Properties -> Build Events -> Post-Build Event -> Command Line

KevenK
+1  A: 

In VS 2005, right-click on your project in the Solution explorer, select properties and go to Build events and type in your command in the Post Build events.

Hope this helps.

Thanks, Ram

Ram