Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Command-line reference for Post-build events

You can do some pretty nifty things using post-build events.

I think there is a lot of untapped power there, though. You have the full capability to use ANYTHING that you can do at the cmd line, although I probably wouldn't recommend defrag-ing your hard drive in a post-build event.

The full list of commands is available at Command-line reference A-Z.


Posted 11-09-2005 2:21 PM by Darrell Norton
Filed under:

[Advertisement]

Comments

Cpt. LoadTest wrote re: Command-line reference for Post-build events
on 11-09-2005 3:46 PM
Our most used function in a post build event is managing the different versions of app.config used by different testing tools. NUnit, TDD, and TestRunner all seem to want a different name in a different location. Our post build events automatically copy the app.config around to suit each tool's taste.
Christopher Steen wrote Link Listing - November 11, 2005
on 11-11-2005 8:17 AM
A better BackgroundWorker : CancelImmediately and other
goodies [Via: Roy Osherove ]
A better Safe...