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

Allow deleting config/template/project parameters #33

Closed stecydube closed 8 years ago

borismod commented 8 years ago

I will work on it in the coming days. On Dec 3, 2015 11:46 PM, "Stécy Dubé" notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/QualiSystems/FluentTc/issues/33.

borismod commented 8 years ago

Done in 0.0.0.115

You can use: works for templates as well .DeleteBuildConfigurationParameter( => .Id("buildConfigId"), => .ParameterName("parameter.name"));

            .DeleteProjectParameter(_ => _.Id("projectId"), __ => __.ParameterName("parameter.name"));