From 5cf4b777d09ab14457b29d598e528226c7daf7b5 Mon Sep 17 00:00:00 2001 From: SotoiGhost Date: Tue, 20 Mar 2018 09:58:05 -0600 Subject: [PATCH] [cake] Forcing 'pod repo update' command if you set -forcebuild arg to true --- build.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cake b/build.cake index 46a0f848..efc31b36 100644 --- a/build.cake +++ b/build.cake @@ -153,6 +153,7 @@ void BuildGroups (List buildGroups, List names, List } } } else { + podRepoUpdate = PodRepoUpdate.Forced; Information ("Groups To Build: {0}", string.Join (", ", buildGroups)); groupsToBuild.AddRange (buildGroups); }