From 028ada11a052141a6b9b5428556a7f3dba7cb87c Mon Sep 17 00:00:00 2001 From: varon Date: Mon, 18 Jul 2016 01:45:12 +0200 Subject: [PATCH] temporarily disabled Xamarin build elements for CI testing --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 9e849d71..0959525d 100644 --- a/build.fsx +++ b/build.fsx @@ -66,7 +66,7 @@ let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/opentk" // Read additional information from the release notes document let release = LoadReleaseNotes "RELEASE_NOTES.md" -let isXamarinPlatform = EnvironmentHelper.isMacOS || Environment.OSVersion.Platform = PlatformID.Win32NT +let isXamarinPlatform = false //EnvironmentHelper.isMacOS || Environment.OSVersion.Platform = PlatformID.Win32NT // Helper active pattern for project types