TeamCitySharper从构建中获取变更集

时间:2016-09-04 11:55:19

标签: c#

我正在使用TeamCitySharper来获取有关构建和变更集的信息。 我使用AllSinceDate来构建:

 var buildsDiagnostics = client.Builds.AllSinceDate(new DateTime(2015, 08, 30));

enter image description here

但是,Changes属性始终为null,我无法在构建和相关更改集之间建立连接。 Wheareas,Changes.All()返回空的Files属性:

var changesAll = client.Changes.All();

enter image description here

我做错了什么或如何获得与特定版本相关的所有更改集?

0 个答案:

没有答案