This commit is contained in:
Matthew Leibowitz 2016-11-08 22:43:25 +02:00
Родитель 72ebca953f
Коммит 15fd4ec8c0
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -190,6 +190,11 @@ Task ("samples")
{
ClearSkiaSharpNuGetCache ();
// zip the samples for the GitHub release notes
if (TARGET == "CI") {
Zip ("./samples", "./output/samples.zip");
}
if (IsRunningOnUnix ()) {
RunNuGetRestore ("./samples/MacSample/MacSample.sln");
DotNetBuild ("./samples/MacSample/MacSample.sln", c => {