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

IsPersonal property on LocalTc fails when is executed as part of a non personal build #58

Closed borismod closed 8 years ago

borismod commented 8 years ago

Bug

IsPersonal property on LocalTc fails when is executed as part of a non personal build

Test to reproduce


[Test]
public void Test_To_Reproduce_The_Issue()
{
    var isPersonal = new LocalTc().IsPersonal;
}

Affected version

0.0.0.167

TeamCity version

9.1.2 (build 37168)