From: varon Date: Sun, 17 Jul 2016 23:45:12 +0000 (+0200) Subject: temporarily disabled Xamarin build elements for CI testing X-Git-Tag: 2.0-0~2^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=028ada11a052141a6b9b5428556a7f3dba7cb87c;p=platform%2Fcore%2Fcsapi%2Fopentk.git temporarily disabled Xamarin build elements for CI testing --- diff --git a/build.fsx b/build.fsx index 9e849d7..0959525 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