Don't invoke k-clean as part of default lifecycle.

Fixes #382
This commit is contained in:
Pranav K 2016-02-23 08:40:50 -08:00
parent 0aa39e9d29
commit aca02c8311
1 changed files with 1 additions and 1 deletions

View File

@ -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'