From aca02c8311d72b41b2fbbb7dbc6e0e2d5c2a6beb Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 23 Feb 2016 08:40:50 -0800 Subject: [PATCH] Don't invoke k-clean as part of default lifecycle. Fixes #382 --- KoreBuild-dotnet/build/_k-standard-goals.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KoreBuild-dotnet/build/_k-standard-goals.shade b/KoreBuild-dotnet/build/_k-standard-goals.shade index 22a549a7ce..599f64053a 100644 --- a/KoreBuild-dotnet/build/_k-standard-goals.shade +++ b/KoreBuild-dotnet/build/_k-standard-goals.shade @@ -88,7 +88,7 @@ default NUGET_FEED = 'https://api.nuget.org/v3/index.json' } } -#build-clean target='clean' if='Directory.Exists("src")' +#build-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'