简体   繁体   中英

TFS 2015 XAML Builds migration to Azure DevOps

We migrated from TFS 2015 to Azure DevOps. The XAML builds also ported over to Azure. But we need to migrate them to Azure build pipelines as the XAML builds are still running on On premises TFS Server. 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 .
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.

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. (Porting involves creating new builds programatically and using Azure Api.. + the data from Json files we just exported).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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