将 TFS 2013 xaml 构建定义转换为 TFS 2015 vNext 构建

Convert TFS 2013 xaml Build Definition to TFS 2015 vNext Build

我有基于 XAML 的构建定义,我想将它们转换为 vNext 构建(我们最近已升级到 TFS 2015)。这能做到吗?

将 xaml 构建定义转换为 vNext 构建定义的最有效方法是什么?

遗憾的是,不会有任何自动转换过程。但这里有一些pointers from Microsoft,可能对你有帮助:

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

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

最后:

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.