TFS 2013 will not create a .NET Framework 4.6 project

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.

+4
source share
1 answer

I realized what I need to do.

TFS2013 4.6, : 4.6 2015 .

Visual Studio 2015 ( ).

, . , , :/tv:14.0

+4

Source: https://habr.com/ru/post/1598963/


All Articles