Is it possible to migrate a JavaScript UWP application from Visual studio 2015 to 2017

Rajesh Sethumadhavan 1 Reputation point
2020-05-04T05:14:05.44+00:00

As we migrate into Azure, we plan to implement Continuous Integration(CI) and Continuous Delivery (CD) using Azure pipelines for our application components. Basically, there are two types of projects available – JavaScript UWP Application and Asp.Net application based on DNN framework. Both are developed using Visual studio 2015.
It was mentioned in Microsoft documentation, that Microsoft will be removing support of Azure pipelines that is hosted using Visual studio 2015. It is recommended to migrate from Visual studio 2015 to 2017. So we migrated Asp.net application into VS 2017 and implemented CI/CD. But we could not migrate JavaScript UWP application as we face lot of challenges.

Is it possible to migrate a JavaScript UWP application from Visual studio 2015 to 2017

Universal Windows Platform (UWP)
{count} votes