You know the MSBUILD drill. Everything is a custom task. Need to add two numbers? Write a custom task. Need to replace spaces in a string with '_' character? Write a custom task. I don't like the overhead of writing custom tasks. What you have with MSBuild Read More...