Make sure that we can update the docs
This commit is contained in:
Родитель
e99a02586d
Коммит
8476c9258c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче