ASP.NET Web API 2 doesn't offer the ability to change the output path for different configurations because of a well known bug -> ( Change Build Output Directory of WebApi Application )
What is the way to automate this process to correctly output in two different ways ( one with .pdb symbols and one with clear release build ) ?