stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Getting list of artifacts #97

Open teramichaljaworski opened 8 years ago

teramichaljaworski commented 8 years ago

Great work. I'm trying to implement a tool that traverses a teamcity server. I get the buildid and buildconfigid, etc, but each build (ex. 1.5.0) has a number of files with different names (ex. output1.exe, sandbag3.exe, etc). How can I populate a list with those builds if I have all project, build, and buildconfig information?

Thanks