I have a build pipeline and I would like to publish the build artifect to a remote location which is a folder in an external Git repo. I have been able to create a "Azure Repos/Team Foundation" Server service connection to point to the external Azure DevOps. how do I consume that service connection through my build pipeline tasks? I could also use a release pipeline and copy the package over to a remote Git repo as well. How can I achieve this ?
Asked
Active
Viewed 179 times
1 Answers
0
I found the solution for this by using this extension - you can use it to point to a
- TFVC repo
- Git repo
- Build pipeline
- Release pipeline

Azure Ninja
- 261
- 4
- 15
-
Please [Accept it as an Answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work), this can be beneficial to other community members reading this thread. – Cece Dong - MSFT Jul 06 '20 at 03:08
-
@AzureNinja can you provide more details of what you did? I want to push my dlls to a heroku git repo – Eonasdan Sep 14 '20 at 20:17