I am already successfully building VS2012 projects (targeting .NET 4.5 and below) in TeamCity. I just had to install VS2012 RC to the build agent box and include /p:VisualStudioVersion=11.0 as a command line parameter to msbuild.exe
But I haven't gotten NuGet 2.0 to work in TeamCity yet. It seems the built-in nuget.exe upgrade functionality within TeamCity doesn't see beyond NuGet 1.8.
These features are being developed right now, and will be included in next release TeamCity 7.1. New EAP build with .NET Framework 4.5 support will be published this week. Fresh build of NuGent plugin can be downloaded here.
I am already successfully building VS2012 projects (targeting .NET 4.5 and below) in TeamCity. I just had to install VS2012 RC to the build agent box and include /p:VisualStudioVersion=11.0 as a command line parameter to msbuild.exe
But I haven't gotten NuGet 2.0 to work in TeamCity yet. It seems the built-in nuget.exe upgrade functionality within TeamCity doesn't see beyond NuGet 1.8.
Hi
These features are being developed right now, and will be included in next release TeamCity 7.1.
New EAP build with .NET Framework 4.5 support will be published this week.
Fresh build of NuGent plugin can be downloaded here.