I\'m trying to setup a build server using Jenkins (on Windows Server 2012) that will be responsible for building (with config transform) and packaging (zip file) ASP.NET MVC/Web
I needed to copy the files in C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web
from my dev box to the same location on the build server, then the properties worked fine.
In addition to the steps I outlined above, below are the extra steps I had to do to get this working:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web
from my dev machine to the same location on the build server[Environment]::SetEnvironmentVariable("EnableNuGetPackageRestore", "true.", "Machine")
in Powershell