1

I would like to have a AzureDevOps internal git repository that is a forked version of an external open source library. Is it possible for AzureDevOps to have some way of automatically syncing with the external repo everyday?

I guess if it's not possible, I can have a script that automatically pulls from external and pushes to internal repo everyday.

  • 1
    Possible duplicate of [How to sync repo in bitbucket to Visual studio team service?](https://stackoverflow.com/questions/50874462/how-to-sync-repo-in-bitbucket-to-visual-studio-team-service) – Shayki Abramczyk Feb 27 '19 at 11:03

1 Answers1

0

If this is hosted on Github you can fork it and then trigger Azure DevOps pipeline on this fork change.

Janusz Nowak
  • 2,595
  • 1
  • 17
  • 36