Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert TFS 2013 xaml Build Definition to TFS 2015 vNext Build

I have build definitions that are XAML based and would like to convert these to vNext builds (we have recently upgraded to TFS 2015). Can this be done?

What is the most efficient way to convert a xaml build definition to a vNext build definition?

like image 402
Matthew James Briggs Avatar asked Jan 13 '16 19:01

Matthew James Briggs


1 Answers

There will not be any automated conversion processes, unfortunately. But here are some pointers from Microsoft, which may help you:

The new builds are based on a different architecture and run on a completely different system.

and

You can use both the new builds and agents alongside your XAML builds, controllers, and agents.

and finally:

If you have heavily customized XAML builds and custom activities, you can continue using those builds until you are ready to port your business logic into scripts that can run in the new builds.

like image 182
ne1410s Avatar answered Sep 30 '22 19:09

ne1410s