Pregunta

I am looking to use https://github.com/projectkudu/kudu to automate our deployments. I have Kudu all set up and working nicely.

However I want to be able to push to the git repository from a TFS build. I have looked at the existing build template in TFS and had a play with the lovely XAML.

Can someone provide a simple example of pushing to git or executing an executable in TFS?

¿Fue útil?

Solución

If you want to call an executable then add the InvokeProcess activity to your build workflow. You can then call your Git package exe and perform the needed push. InvokeProcess Activity

Properties to set

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top