6
votes

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?

1
It's totally different technology. I don't think there will be any automated ways of converting. So your "conversion" process will probably have to involve documenting what your existing build does and re-inventing it. I'm not familiar with XAML build defs much, but I like the vNext stuff. (Except for some reason I cant seem to get successful builds to feature in other Work Items - e.g. Bug, etc)... Well not without manual powershell which is a bit annoyingne1410s
You should take a look at these series of articles by @jessehouwing devoted specifically to the case like yours.Yan Sklyarenko

1 Answers

4
votes

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.