Make sure that we can update the docs

This commit is contained in:
Matthew Leibowitz 2016-10-19 02:50:27 +02:00
Родитель e99a02586d
Коммит 8476c9258c
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -254,7 +254,9 @@ Task ("update-docs")
// the reference folders to locate assemblies
IEnumerable<DirectoryPath> refs = new DirectoryPath [] {
// you never know
};
}
.Union (GetDirectories ("./source/packages/Xamarin.Forms.*/lib/portable*"))
.Union (GetDirectories ("./source/packages/OpenTK.*/lib/net40*"));
// add windows-specific references
if (IsRunningOnWindows ()) {
// Windows.Foundation.UniversalApiContract is a winmd, so fake the dll