How To Do A Clean Build With MSBuild Posted on by Webmaster IT Support Forum › Forums › Development › General Discussion › How To Do A Clean Build With MSBuild Tagged: MSBuild This topic has 0 replies, 1 voice, and was last updated 6 years ago by Webmaster. Viewing 0 reply threads Author Posts January 10, 2017 at 3:33 pm #2034 WebmasterKeymaster To do a clean build with msbuild, you’d expect the command line to be “msbuild /clean”, but it’s not. To do a clean build, use the following command line: msbuild /t:clean;rebuild Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In