Don't use k-clean just delete the bin directory.

This commit is contained in:
David Fowler 2014-01-27 22:58:26 -08:00
parent 880add3de8
commit cd93c4f551
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ projectFile=''
var projectFolder='${Path.GetDirectoryName(projectFile)}'
k command='clean ${projectFolder}'
directory delete='${Path.Combine(projectFolder, "bin")}'