QualiSystems / FluentTc

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

Added SourceBuildType property to SnapshotDependency. Extended set of… #99

Closed AlexanderK46 closed 7 years ago

AlexanderK46 commented 7 years ago

… SourceBuildType properties.

Issue details

Added SourceBuildType property to SnapshotDependency. Extended set of SourceBuildType properties (href + webUrl). Full set of properties required for Update SnapshotDependency / ArtifactDependency via PUT method.

Relates to issue

Use close #XX or connect #XX in order to resolve or link an issue

Checklist

Example of using new/modified functionality

var snapshotDependency = buildConfiguration.SnapshotDependencies.SnapshotDependency.Single();
var depConfigId = snapshotDependency.SourceBuildType.Id;
var depConfigName =snapshotDependency.SourceBuildType.Name;
var depConfigHref = snapshotDependency.SourceBuildType.Href;