From 0cd3d3767e6b07f52f7ee51129aec1e394d72a5c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 12 Feb 2015 17:07:58 -0800 Subject: [PATCH] Deep clean on the CI as part of clean --- build/_k-standard-goals.shade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/_k-standard-goals.shade b/build/_k-standard-goals.shade index 7d4e5bd72f..c40aaa5fd5 100644 --- a/build/_k-standard-goals.shade +++ b/build/_k-standard-goals.shade @@ -66,6 +66,8 @@ default Configuration='${E("Configuration")}' #build-clean target='clean' if='Directory.Exists("src")' k-clean each='var projectFile in Files.Include("src/**/project.json")' +#ci-deep-clean .deep-clean target='clean' if='IsTeamCity' + #build-compile target='compile' if='Directory.Exists("src")' kpm-pack each='var projectFile in Files.Include("src/**/project.json")' configuration='${Configuration}' @{