Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I copy a Visual Studio Team Service build to a new project?

I'm moving a particular set of builds from an existing Visual Studio Team Service project to a new one. Unfortunately, I cannot locate a way to migrate the build definitions from one project to another. There doesn't appear to be an import/export function or another mechanism.

Is there a way to move these without manually recreating the builds in the new project?

like image 393
jlo Avatar asked Feb 27 '16 14:02

jlo


People also ask

How do I Clone a TFS repository in Visual Studio?

In Visual Studio 2019 version 16.8 and later On the start window, select Clone a repository. In the Browse a repository section, select Azure DevOps. If you see a sign-in window, sign in to your account. In the Connect to a Project dialog box, choose the repo that you want to connect to, and then select Clone.

How do I Clone a Visual Studio project?

Open Visual Studio. On the start window, select Clone a repository. Enter or type the repository location, and then select the Clone button.

Is it possible to Clone a Azure DevOps project?

By signing in as a member of an Azure DevOps project, you can clone private repos that are accessible to you, and public repos. Visual Studio supports search, clone, and sync operations on repos that are accessible through authentication.

How do I download a TFS project from Visual Studio?

You can get the TFS project from Visual Studio. First, you have to connect the project via Team Explorer in Visual Studio then add a server and click 'select team project' and you're done. It is downloaded to your PC.


1 Answers

This is now available from within the VSTS Build Definitions web UI:

VSTS Export and clone.

like image 92
marv Avatar answered Oct 06 '22 00:10

marv