From 1d4e1d1f7d50443ada1e83a5d8c23125b422fc61 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 24 Apr 2017 23:32:28 +0200 Subject: [PATCH] tiny tweaks --- build.cake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.cake b/build.cake index 03682965..25082865 100644 --- a/build.cake +++ b/build.cake @@ -433,7 +433,7 @@ Task ("update-docs") { // the reference folders to locate assemblies IEnumerable refs = new DirectoryPath [] { - // you never know + "./output/portable/", } .Union (GetDirectories ("./source/packages/Xamarin.Forms.*/lib/portable*")) .Union (GetDirectories ("./source/packages/OpenTK.*/lib/net40*")); @@ -451,6 +451,7 @@ Task ("update-docs") "C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/MonoAndroid/v2.3", "C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.iOS/v1.0", "C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.TVOS/v1.0", + "C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.Mac/v2.0", "./externals", }); } @@ -476,11 +477,11 @@ Task ("update-docs") assemblies = assemblies.Union (new FilePath [] { "./output/windows/SkiaSharp.Views.Desktop.dll", "./output/windows/SkiaSharp.Views.WPF.dll", - "./output/uwp/SkiaSharp.Views.UWP.dll", "./output/android/SkiaSharp.Views.Android.dll", "./output/ios/SkiaSharp.Views.iOS.dll", "./output/osx/SkiaSharp.Views.Mac.dll", "./output/tvos/SkiaSharp.Views.tvOS.dll", + "./output/uwp/SkiaSharp.Views.UWP.dll", }).ToArray (); } // add mac-specific assemblies