I am trying to get TFS2013 to build a .NET Framework 4.6 C # project on our build servers. I installed the build tools and 4.6.NET Framework on the build machine. As you can see from the build log, the build server is actually targeting the 4.6.NET Framework.
I used to have problems getting links to dlls, but they were cleared by me by installing 4.6. I even tried installing Visual Studio 2015 on the build server, and it still wonβt be created.
I also tried passing the /p:VisualStudioVersion=14.0 option. I kind of run away from ideas or things in order to try to get this work to work.
source
share