简体   繁体   English

TFS 2015 XAML 构建迁移到 Azure DevOps

[英]TFS 2015 XAML Builds migration to Azure DevOps

We migrated from TFS 2015 to Azure DevOps.我们从 TFS 2015 迁移到 Azure DevOps。 The XAML builds also ported over to Azure. XAML 构建也移植到 Azure。 But we need to migrate them to Azure build pipelines as the XAML builds are still running on On premises TFS Server.但我们需要将它们迁移到 Azure 构建管道,因为 XAML 构建仍在本地 TFS 服务器上运行。 We have hundreds of builds and cant manually create new pipeline for each build one at a time.我们有数百个构建,无法一次为每个构建手动创建新管道。 Can some one help please?有人可以帮忙吗?

XAML builds are still supported with Azure DevOps Service (with some limitations), see official response from Microsoft , in my answer here . Azure DevOps 服务仍然支持 XAML 构建(有一些限制),请参阅Microsoft 的官方回复,在我回答中。
We're currently in the process of migrating from TFS to Azure DevOps and we're not planning on upgrading any of our legacy XAML builds (we're creating vNext builds going forward), as they were successfully migrated into Azure.我们目前正处于从 TFS 迁移到 Azure DevOps 的过程中,我们不打算升级任何遗留 XAML 构建(我们正在创建 vNext 构建),因为它们已成功迁移到 Azure。

I figured out a way ( I am not done yet).. we can call the api and export the build defs into json files Use the Json files to port them over to the new Build defs.我想出了一个办法(我还没有完成)..我们可以调用 api 并将构建定义导出到 json 文件中使用 Json 文件将它们移植到新的构建定义中。 (Porting involves creating new builds programatically and using Azure Api.. + the data from Json files we just exported). (移植涉及以编程方式创建新版本并使用 Azure Api.. + 我们刚刚导出的 Json 文件中的数据)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM