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

SetBuildConfigurationParameters was improved by @sokolovsv90 and it supports now builder for parameter type #62

Closed borismod closed 8 years ago

borismod commented 8 years ago

Issue details

SetBuildConfigurationParameters was improved by @sokolovsv90 and it supports now builder for parameter type

Relates to issue

None

Checklist

[Test]
public void Test_To_Reproduce_The_Issue()
{
            connectedTc.SetBuildConfigurationParameters(_ => _.Name("FluentTc"), 
                p => p.Parameter("name", "newVal", t => t.AsSelectList(s => s.Value("lol"))));
}