Where is the configuration setting in nant that sets which version of MSBuild to use?
Nant wants to use 3.5 when it needs to use 4.0.
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.
I wrote a blog entry a few years ago that explains how to leverage any version of MSBuild from your NAnt build script. Essentially, you would be using the
<exec>node to make the call to MSBuild as it is installed on your computer.http://enterpriseyness.com/2009/12/continuous-integration-with-cruise-control-net-nant/