Build VS2013 on a TFS Build Server With Only VS2013

后端 未结 4 1891
栀梦
栀梦 2020-12-13 04:41

I\'m setting up a new build server to support a migration of our development team from VS2010 to VS2013. We are not migrating our TFS server just yet so the new build server

4条回答
  •  天命终不由人
    2020-12-13 05:19

    You should be able to fix the Tools Version by editing the Build Template.

    Open the template .xaml file and find the "Run MsBuild for Project" activity. In the properties there is the option to set the tools version. If needed, you could create a template level property to make it easier to configure.

    enter image description here

提交回复
热议问题