c# - TFS 2013 won't build a .NET Framework 4.6 project -


i trying tfs2013 build .net framework 4.6 c# project on our build servers. have installed build tools , 4.6 .net framework out on build machine. can see build log build server targeting 4.6 .net framework.

earlier had issues getting dll references cleaned me installing 4.6 framework. tried installing visual studio 2015 on build server , still won't build.

i have tried passing /p:visualstudioversion=14.0 parameter. kind of running out of ideas or things try build working.

i figured out needed do.

to let tfs2013 run builds 4.6 need following: install 4.6 framework , build tools 2015.

or

install visual studio 2015 (which installs framework , build tools).

then can either modify build template , hard code build tools template. or path choose use argument: /tv:14.0


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -