user310291
user310291

Reputation: 38190

How to automatically execute a shell command after building in Visual Studio 2005

Is it possible with Visual Studio 2005 alone?

If not with TFS ?

Upvotes: 0

Views: 322

Answers (4)

Ram
Ram

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

KevenK
KevenK

Reputation: 3021

Go into your project properties (ALT+F7)

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

Upvotes: 1

Klaus Byskov Pedersen
Klaus Byskov Pedersen

Reputation: 120947

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

Upvotes: 1

Rhapsody
Rhapsody

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

Related Questions