About 16,400,000 results
Open links in new tab
  1. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · To connect VS Code with Git repository from Azure Repos, you can try like as below: If you want push you local code to a new Git repository on Azure Repos. Create an …

  2. Azure DevOps Permissions for Individual Repositories

    Aug 21, 2019 · Back in Project Settings click Repositories and click the Repository, you want to grant access to. Click Permissions and search for the new group. Set Allow in relevant …

  3. Azure Devops YAML Pipeline Trigger on different repositories

    Aug 5, 2020 · The "Sprint 173" release seems to be including the multi-repo triggers feature. I suspect you might be missing the ref. Here is an example that shows how to define multiple …

  4. Get file from azure devops repository using rest api

    Jun 19, 2020 · Using a folder path, as you can see, the return json also shows "isFolder": true,. More details and powershell sample, you could kindly refer below samples: How to download …

  5. How to Import project code from local machine to Azure Repos?

    Sep 14, 2018 · If you are using Git repo in Azure Devops, please refer below commands to import projects to Azure Git repo: #In the local directory for the root of the project git init git remote …

  6. Azure Pipeline- Copy files from one Repo to another Repo using …

    Feb 13, 2021 · There is a folder in one of the repositories (Source Repo) that I like to copy to another repository (Destination Repo) using Azure Pipeline (as they needed to be in sync) so …

  7. Upload Project to Azure Devops - Stack Overflow

    Dec 12, 2019 · Press it and it will upload your Visual Studio 2022 solution/project into DevOps and replace the empty repository with the same name on Azure DevOps! (If it asks to log into …

  8. Azure devops users cant see repos even though they have full read ...

    Azure devops users cant see repos even though they have full read/contribute permissions. How could we fix? Asked 5 years, 11 months ago Modified 2 years ago Viewed 162k times

  9. How to authenticate when I try to git clone from azure git?

    Jun 26, 2020 · How to authenticate when I try to git clone from azure git? You could use your personal access token (PAT) or SSH to authenticate when you try to git clone from azure git.

  10. How to clone/copy repo into another Azure DevOps project?

    Dec 21, 2020 · 15 How to clone/copy repo into another Azure DevOps project? I've seen fork option however it then gives possiblity of merging it back, which I don't want, I would like to …