Once your Visual Studio solution starts growing, it often ends up integrating some maybe less than standard ways to do something. For example you introduce some custom MSBuild steps, output multiple projects to the same directory, or have things like WiX projects in your solution. Understanding what is actually going on when you build the […]
Tag: MSBuild
Error Handling with MSBuild’s Exec Task
A good old fashioned RTFM would have probably saved me a bunch of time the other week, while playing around with MSBuild’s <Exec … /> task. In order for future me or anyone else randomly stumbling up on my blog, to not have to succumb to the same fate, let me share a few tips […]