From d308f0470e427a74410e1745d110b13054f7b1f8 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 24 Feb 2017 11:08:57 +0200 Subject: [PATCH] Make sure to delete the nugets from the samples --- build.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cake b/build.cake index 575c3272..88e1f099 100644 --- a/build.cake +++ b/build.cake @@ -296,6 +296,7 @@ Task ("samples") .Does (() => { ClearSkiaSharpNuGetCache (); + CleanDirectories ("./samples/*/packages/SkiaSharp.*"); // zip the samples for the GitHub release notes if (TARGET == "CI") {