0

Is there any task or something which will send the release pipeline data to git repo instead of sending it to any evironment?

  • Hi CodeRunner, any update on this ticket. Did you get a chance to implement the solution that I suggested? Just checking to see if the information provided was helpful. If my reply helped or gave a right direction. Appreciate for [marking it as an answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) which will also help others in the community. – PatrickLu-MSFT Jun 04 '20 at 10:06

2 Answers2

1

You need to use the Invoke HTTP REST API task to call github api and create a file there.

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396
0

No, there is not.

The only way you could do is running git commands in a release to git push files/data.

How to do this, you could refer below links:

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62