From df54dd5d2ac00ce67f671c765a2de6df6b52d95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Thu, 25 Aug 2016 17:14:45 +0200 Subject: [PATCH] Fixed invalid CleanDirectory call --- build.cake | 1 - 1 file changed, 1 deletion(-) diff --git a/build.cake b/build.cake index 156624df3b..fbd32859da 100644 --- a/build.cake +++ b/build.cake @@ -489,7 +489,6 @@ Task("Clean") CleanDirectories(buildDirs); CleanDirectory(artifactsDir); CleanDirectory(nugetRoot); - CleanDirectory(binRoot); }); Task("Restore-NuGet-Packages")