Make sure to delete the nugets from the samples

This commit is contained in:
Matthew Leibowitz 2017-02-24 11:08:57 +02:00
Родитель ec84a1bea8
Коммит d308f0470e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -296,6 +296,7 @@ Task ("samples")
.Does (() =>
{
ClearSkiaSharpNuGetCache ();
CleanDirectories ("./samples/*/packages/SkiaSharp.*");
// zip the samples for the GitHub release notes
if (TARGET == "CI") {