TFS 2013 Build Service connect to TFS2012 server -



TFS 2013 Build Service connect to TFS2012 server -

i have tfs2012 update 3 server. have started new vs 2013 project. need prepare build server , service. initial thought install vs 2013 tfs2013 build service. after installation tfs2013 , registration tfs collection got below issue:

the register command not supported team foundation service [our_tfs_url] because server not compatible.

please advice solution how create builds vs 2013 projects stored in tfs 2012.

update 1:

1) installed tfs 2012 build service , redirect msbuild ( toolpath) in build template utilize vs 2013 msbuild

2) able build project test

3) there still issue code coverage, finish warning: install visual studio. seems me cc used still vs 2012. way redirect cc vs 2013?

below solution helps me build on vs 2013 build machine tfs 2012 build service , generate code coverage.

tfs 2012 buid service runs tests 11.0 location, replace commonextensions in folder

c:\program files (x86)\microsoft visual studio 11.0\common7\ide\commonextensions

with vs 2013 assemblies from

c:\program files (x86)\microsoft visual studio 12.0\common7\ide\commonextensions

fix issue , can see code coverage per build.

thanks ms provide workaround on issue code coverage.

tfs visual-studio-2013

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -