cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.89k stars 726 forks source link

TFBuild.TFBuildCommands API Documentation #1568

Open pcoombe opened 7 years ago

pcoombe commented 7 years ago

What You Are Seeing?

The TFBuildCommands API documentation is very light.

What is Expected?

Code samples Details of expected results/outputs in TFS Versions of TFS supported

What environment are you running on? Windows? Linux? Mac?

Windows

Are you running on a CI Server? If so, which one?

TFS 2017.1

agc93 commented 7 years ago

I'll see what I can do about adding some examples, but a lot of the documentation is straight from what little info Microsoft is providing 😄

pcoombe commented 7 years ago

that would be awesome, shame about poor MS documentation.

pcoombe commented 7 years ago

Just came across this, https://github.com/agc93/Cake.BuildSystems.Module Seems to do about everything i need, so maybe can save you some time updating the documentation Maybe just reference this module somewhere else on the site, unless its already there and i missed it.

agc93 commented 7 years ago

@pcoombe I wrote that module as well so familiar with its operation! 😁 I need to make a couple of other changes as well so I will update docs at the same time.