Reputation: 38190
Is it possible with Visual Studio 2005 alone?
If not with TFS ?
Upvotes: 0
Views: 322
Reputation: 1117
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
Upvotes: 1
Reputation: 3021
Go into your project properties (ALT+F7)
Configuration Properties -> Build Events -> Post-Build Event -> Command Line
Upvotes: 1
Reputation: 120947
In the project, choose properties, and then go to "build events" and add a post-build event.
Upvotes: 1
Reputation: 6077
You can use the Post-Build event for that.
It should also be possible in TFS, but which version of TFS are you using?
Upvotes: 1