This commit is contained in:
odrling 2019-08-31 11:54:16 +02:00
parent 5ae8bfe521
commit a08026ba41
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace BuildTasks {
ExcludeReachableFrom = releaseVersion.Target.Sha
};
if (repo.Commits.QueryBy(filter).ToList().size() == 0)
if (repo.Commits.QueryBy(filter).ToList().Count == 0)
releaseVersion = tag;
}