I am setting up Jenkins with MSBuild. I was getting the below error while building through jenkins
MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\WebApplications\Microsoft.WebApplication.targets" was not found
So I downloaded and installed the MSBuild from the below URL.
http://www.microsoft.com/en-in/download/confirmation.aspx?id=40760
But it's does not contain v12.0 folder . What should i need to do here ?