Loren Halvorson's Blog

If your only tool is a hammer...

Browse by Tags

All Tags » MSBuild (RSS)
MSBuild trick for making <Exec> calls more maintainable
One of my pet peeves with MSBuild’s <Exec> task is how long the lines get when you have lots of arguments. I ran across a trick yesterday in a blog comment made by someone named Romain and thought it was a very nice solution to this problem...
Posted: Dec 11 2008, 01:52 PM by lorenh | with 4 comment(s)
Filed under: ,
MSBuild 3.5 just made my day
While doing some troubleshooting on a project I needed to manually copy some debug assemblies around after every build. But there were a lot of them, and whenever I need to do something repeatedly I try automate it with a script of some sort...because...
More Posts