temporarily disabled Xamarin build elements for CI testing
authorvaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 23:45:12 +0000 (01:45 +0200)
committervaron <varon@users.noreply.github.com>
Sat, 13 Aug 2016 22:18:13 +0000 (00:18 +0200)
build.fsx

index 9e849d7..0959525 100644 (file)
--- 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