Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top