[cake] Forcing 'pod repo update' command if you set -forcebuild arg to true

This commit is contained in:
SotoiGhost 2018-03-20 09:58:05 -06:00
Родитель c5e6444140
Коммит 5cf4b777d0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -153,6 +153,7 @@ void BuildGroups (List<BuildGroup> buildGroups, List<string> names, List<string>
}
}
} else {
podRepoUpdate = PodRepoUpdate.Forced;
Information ("Groups To Build: {0}", string.Join (", ", buildGroups));
groupsToBuild.AddRange (buildGroups);
}