We already have pipelines on Azure Devops portal that connects to repos on the cloud. I created pipelines to trigger when files are committed on the repos and to run on self hosted agents.
We use to have some internal repos on a TFS server on-premises that we migrated to Azure DevOps Server 2020 Update 1.1.
I would like to get advices or best practices on how to reuse agents, YAMLs and scripts between the portal and on-premises.
Would you recommend use the same self hosted agents ?
Could I access the YAML and PS1 scripts that are on an Azure repo on the cloud from my on-premises Azure DevOps Server ?
Thanks, Claude