QualiSystems / FluentTc

:ocean: :two_men_holding_hands: :office: Integrate with TeamCity fluently
https://www.nuget.org/packages/fluenttc
Apache License 2.0
44 stars 35 forks source link

Build state #75

Closed nex-54 closed 8 years ago

nex-54 commented 8 years ago

Issue details

Added state property to build class

Checklist

var build = connectedTc.GetBuild(123); var state = build.State;

nex-54 commented 8 years ago

All checklist items done