Now i know there have been many questions asking about what the difference is and i understand that they refer to different MSBuild targets.
But i was wondering which would be better for a solution with multiple projects?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
rebuild cleans and bui;ds projects one by one whereas clean + build will clean the whole solution then build it all in one go.
I would use Clean + build for multiple project solutions